Home
last modified time | relevance | path

Searched refs:window_ (Results 1 - 5 of 5) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dwindow_operator.cpp91 : driver_(driver), window_(window), options_(options) in WindowOperator()
98 if (window_.mode_ == WindowMode::FLOATING) { in CallBar()
101 auto rect = window_.bounds_; in CallBar()
113 if (window_.focused_) { in Focus()
116 auto rect = window_.visibleBounds_; in Focus()
128 if (!CheckOperational(MOVETO, window_.mode_, out, targetBtnId)) { in MoveTo()
131 auto rect = window_.bounds_; in MoveTo()
143 if (!CheckOperational(RESIZE, window_.mode_, out, targetBtnId)) { in Resize()
150 from = Point(window_.bounds_.left_, window_ in Resize()
[all...]
H A Dui_driver.cpp28 if (w1.window_.actived_) { in operator ()()
31 if (w2.window_.actived_) { in operator ()()
34 if (w1.window_.focused_) { in operator ()()
37 if (w2.window_.focused_) { in operator ()()
40 return w1.window_.windowLayer_ > w2.window_.windowLayer_; in operator ()()
86 if (updateTitle && uiController_->GetWidgetsInWindow(cacheModel.window_, cacheModel.widgetIterator_)) { in UpdateUIWindows()
88 cacheModel.window_.title_ = cacheModel.widgetIterator_->GetTextByKey(titleKey); in UpdateUIWindows()
90 LOG_E("Get Widget from window[%{public}d] failed, set it's title as null", cacheModel.window_.id_); in UpdateUIWindows()
117 if (!uiController_->GetWidgetsInWindow(winCache.window_, winCach in DumpWindowsInfo()
[all...]
H A Dui_driver.h25 explicit WindowCacheModel(const Window &win) : window_(win), widgetIterator_(nullptr) {} in WindowCacheModel()
26 Window window_; member
H A Dwindow_operator.h52 const Window &window_; member in OHOS::uitest::WindowOperator
/test/testfwk/arkxtest/uitest/test/
H A Dui_driver_test.cpp576 if (w1.window_.actived_) { in operator ()()
579 if (w2.window_.actived_) { in operator ()()
582 if (w1.window_.focused_) { in operator ()()
585 if (w2.window_.focused_) { in operator ()()
588 return w1.window_.windowLayer_ > w2.window_.windowLayer_; in operator ()()
626 ASSERT_EQ(modelVec.at(0).window_.id_, 3); in TEST_F()
627 ASSERT_EQ(modelVec.at(1).window_.id_, 5); in TEST_F()
628 ASSERT_EQ(modelVec.at(2).window_.id_, 4); in TEST_F()
629 ASSERT_EQ(modelVec.at(3).window_ in TEST_F()
[all...]

Completed in 3 milliseconds