Home
last modified time | relevance | path

Searched refs:floatAppInfo_ (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_focus_test.cpp49 Utils::TestWindowInfo floatAppInfo_; member in OHOS::Rosen::WindowFocusTest
94 floatAppInfo_ = { in SetUp()
138 floatAppInfo_.name = "FocusChangedTest01_2"; in HWTEST_F()
139 floatAppInfo_.rect = { 10, 200, 300, 400 }; in HWTEST_F()
140 const sptr<Window>& window2 = Utils::CreateTestWindow(floatAppInfo_); in HWTEST_F()
146 floatAppInfo_.name = "FocusChangedTest01_3"; in HWTEST_F()
147 floatAppInfo_.rect = { 250, 150, 300, 500 }; in HWTEST_F()
148 const sptr<Window>& window3 = Utils::CreateTestWindow(floatAppInfo_); in HWTEST_F()
194 floatAppInfo_.name = "FocusChangedTest02_1"; in HWTEST_F()
195 floatAppInfo_ in HWTEST_F()
[all...]
H A Dwindow_visibility_info_test.cpp95 Utils::TestWindowInfo floatAppInfo_; member in OHOS::Rosen::WindowVisibilityInfoTest
147 floatAppInfo_ = { in SetUp()
194 floatAppInfo_.name = "window1"; in HWTEST_F()
195 floatAppInfo_.rect = {0, 0, 300, 100}; in HWTEST_F()
196 sptr<Window> window1 = Utils::CreateTestWindow(floatAppInfo_); in HWTEST_F()

Completed in 2 milliseconds