diff --git a/graphic/windowStage/entry/src/main/ets/test/windowCallback.test.ets b/graphic/windowStage/entry/src/main/ets/test/windowCallback.test.ets index 076dce5c9bb5c91e681c0a4d28b130de12709939..dce7f4108f8f31d52e07dad48e7d6e31ca4639c0 100644 --- a/graphic/windowStage/entry/src/main/ets/test/windowCallback.test.ets +++ b/graphic/windowStage/entry/src/main/ets/test/windowCallback.test.ets @@ -46,7 +46,8 @@ export default function windowCallbackTest(context, windowStage, abilityStorage) 'TYPE_KEYGUARD': 5, 'TYPE_VOLUME_OVERLAY': 6, 'TYPE_NAVIGATION_BAR': 7, - 'TYPE_FLOAT': 8 + 'TYPE_FLOAT': 8, + 'TYPE_FLOAT_CAMERA':9 } var windowLayoutModeArr = []; var windowLayoutModeDic = { diff --git a/graphic/windowStage/entry/src/main/ets/test/windowPromise.test.ets b/graphic/windowStage/entry/src/main/ets/test/windowPromise.test.ets index c53a7905e8384dc78a298ab786ca81a464b76c84..22239b673d9bdd81dfc341c1bdd602b73e4ac194 100644 --- a/graphic/windowStage/entry/src/main/ets/test/windowPromise.test.ets +++ b/graphic/windowStage/entry/src/main/ets/test/windowPromise.test.ets @@ -45,7 +45,8 @@ export default function windowPromiseTest(context, windowStage, abilityStorage) 'TYPE_KEYGUARD': 5, 'TYPE_VOLUME_OVERLAY': 6, 'TYPE_NAVIGATION_BAR': 7, - 'TYPE_FLOAT': 8 + 'TYPE_FLOAT': 8, + 'TYPE_FLOAT_CAMERA':9 } var windowLayoutModeArr = []; var windowLayoutModeDic = {