Searched refs:SPLIT_PRIMARY (Results 1 – 3 of 3) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
D | window_operator.cpp | 44 {MOVETO, SPLIT_PRIMARY, false, "", "SPLIT_PRIMARY window can not move"}, 48 {RESIZE, SPLIT_PRIMARY, true, "", ""}, 52 …{SPLIT, SPLIT_PRIMARY, false, "container_modal_split_left_button", "SPLIT_PRIMARY can not split ag… 56 {MAXIMIZE, SPLIT_PRIMARY, true, "container_modal_maximize_button", ""}, 60 {RESUME, SPLIT_PRIMARY, true, "container_modal_maximize_button", ""}, 64 {MINIMIZE, SPLIT_PRIMARY, true, "container_modal_minimize_button", ""}, 68 {CLOSE, SPLIT_PRIMARY, true, "container_modal_close_button", ""},
|
D | ui_model.h | 277 … enum WindowMode : uint8_t { UNKNOWN, FULLSCREEN, SPLIT_PRIMARY, SPLIT_SECONDARY, FLOATING, PIP }; enumerator
|
/test/testfwk/arkxtest/uitest/server/ |
D | system_ui_controller.cpp | 278 info.mode_ = WindowMode::SPLIT_PRIMARY; in InflateWindowInfo()
|