Home
last modified time | relevance | path

Searched refs:FLOATING (Results 1 – 7 of 7) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dwindow_operator.cpp46 {MOVETO, FLOATING, true, INDEX_ZERO, ""},
50 {RESIZE, FLOATING, true, INDEX_ZERO, ""},
54 {SPLIT, FLOATING, true, INDEX_ONE, ""},
58 {MAXIMIZE, FLOATING, true, INDEX_TWO, ""},
62 {RESUME, FLOATING, true, INDEX_TWO, ""},
66 {MINIMIZE, FLOATING, true, INDEX_THREE, ""},
70 {CLOSE, FLOATING, true, INDEX_FOUR, ""}
97 if (window_.mode_ == WindowMode::FLOATING) { in CallBar()
Dui_model.h307 … enum WindowMode : uint8_t { UNKNOWN, FULLSCREEN, SPLIT_PRIMARY, SPLIT_SECONDARY, FLOATING, PIP }; enumerator
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp256 info.mode_ = WindowMode::FLOATING; in InflateWindowInfo()
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceone/entry/src/main/ets/test/
DGetBundleInfoForSelf.test.ets306 .assertEqual(bundle.SupportWindowMode.FLOATING);
412 .assertEqual(bundle.SupportWindowMode.FLOATING);
1087 expect(data.supportWindowModes[2]).assertEqual(bundle.SupportWindowMode.FLOATING);
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagerstagetest/entry/src/main/ets/test/
DGetBundleInfoForSelf.test.ets307 .assertEqual(bundle.SupportWindowMode.FLOATING);
413 .assertEqual(bundle.SupportWindowMode.FLOATING);
1088 expect(data.supportWindowModes[2]).assertEqual(bundle.SupportWindowMode.FLOATING);
/test/xts/acts/graphic/windowStage/entry/src/main/ets/test/
DdisplayAndWindowRefactorInterface.test.ets2176 let windowModeArr = ['FULLSCREEN', 'PRIMARY', 'SECONDARY', 'FLOATING','FULLSCREEN']
2226 let windowModeArr = ['FULLSCREEN', 'PRIMARY', 'SECONDARY', 'FLOATING','FULLSCREEN']
/test/xts/acts/arkXtest/uitest/src/main/ets/test/
Duitest.test.ets1074 expect(mode2 == WindowMode.FLOATING).assertTrue()