Searched refs:SetAndCalcSelectWindowRect (Results 1 - 4 of 4) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
H A D | select_strategy.cpp | 34 void SelectStrategy::SetAndCalcSelectWindowRect(const Rect &windowBounds, const std::vector<Rect> &windowBoundsVec) in SetAndCalcSelectWindowRect() function in OHOS::uitest::SelectStrategy 155 SetAndCalcSelectWindowRect(window.bounds_, window.invisibleBoundsVec_); 250 SetAndCalcSelectWindowRect(window.bounds_, window.invisibleBoundsVec_); 330 SetAndCalcSelectWindowRect(window.bounds_, window.invisibleBoundsVec_); 432 SetAndCalcSelectWindowRect(window.bounds_, window.invisibleBoundsVec_); 491 SetAndCalcSelectWindowRect(window.bounds_, window.invisibleBoundsVec_);
|
H A D | select_strategy.h | 42 virtual void SetAndCalcSelectWindowRect(const Rect &windowBounds, const std::vector<Rect> &windowBoundsVec);
|
H A D | ui_driver.cpp | 239 selectStrategy->SetAndCalcSelectWindowRect(curWinCache.window_.bounds_, in RetrieveWidget()
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | select_strategy_test.cpp | 42 plain->SetAndCalcSelectWindowRect(selectWindow, overlay); in TEST() 69 plain->SetAndCalcSelectWindowRect(selectWindow, overlay); in TEST() 94 plain->SetAndCalcSelectWindowRect(selectWindow, overlay); in TEST()
|
Completed in 5 milliseconds