Searched refs:FLOATING (Results 1 – 7 of 7) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
D | window_operator.cpp | 46 {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()
|
D | ui_model.h | 307 … enum WindowMode : uint8_t { UNKNOWN, FULLSCREEN, SPLIT_PRIMARY, SPLIT_SECONDARY, FLOATING, PIP }; enumerator
|
/test/testfwk/arkxtest/uitest/server/ |
D | system_ui_controller.cpp | 256 info.mode_ = WindowMode::FLOATING; in InflateWindowInfo()
|
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceone/entry/src/main/ets/test/ |
D | GetBundleInfoForSelf.test.ets | 306 .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/ |
D | GetBundleInfoForSelf.test.ets | 307 .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/ |
D | displayAndWindowRefactorInterface.test.ets | 2176 let windowModeArr = ['FULLSCREEN', 'PRIMARY', 'SECONDARY', 'FLOATING','FULLSCREEN'] 2226 let windowModeArr = ['FULLSCREEN', 'PRIMARY', 'SECONDARY', 'FLOATING','FULLSCREEN']
|
/test/xts/acts/arkXtest/uitest/src/main/ets/test/ |
D | uitest.test.ets | 1074 expect(mode2 == WindowMode.FLOATING).assertTrue()
|