Searched refs:topPoint (Results 1 – 1 of 1) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
D | widget_operator.cpp | 114 Point topPoint(bounds.GetCenterX(), bounds.top_); in ScrollToEnd() local 117 auto touch = GenericSwipe(TouchOp::SWIPE, topPoint, bottomPoint); in ScrollToEnd() 120 auto touch = GenericSwipe(TouchOp::SWIPE, bottomPoint, topPoint); in ScrollToEnd() 274 Point topPoint(bounds.GetCenterX(), bounds.top_); in ScrollFindWidget() local 276 auto touch = (scrollingUp) ? GenericSwipe(TouchOp::SWIPE, topPoint, bottomPoint) : in ScrollFindWidget() 277 GenericSwipe(TouchOp::SWIPE, bottomPoint, topPoint); in ScrollFindWidget()
|