Searched refs:options_ (Results 1 - 4 of 4) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
H A D | widget_operator.cpp | 84 : driver_(driver), widget_(widget), options_(options) in WidgetOperator() 97 driver_.PerformTouch(touch, options_, error); in GenericClick() 155 driver_.PerformTouch(touch, options_, error); in DragIntoWidget() 170 driver_.PerformTouch(touch, options_, error); in PinchWidget() 196 driver_.PerformTouch(touch, options_, error); in InputText() 199 driver_.TriggerKey(keyActionForDelete, options_, error); in InputText() 256 if (options_.scrollWidgetDeadZone_ > 0) { in TurnPage() 257 topPoint.py_ += options_.scrollWidgetDeadZone_; in TurnPage() 258 bottomPoint.py_ -= options_.scrollWidgetDeadZone_; in TurnPage() 267 driver_.PerformTouch(touch, options_, erro in TurnPage() [all...] |
H A D | window_operator.cpp | 91 : driver_(driver), window_(window), options_(options) in WindowOperator() 107 driver_.PerformTouch(touch, options_, out.exception_); in CallBar() 108 driver_.DelayMs(options_.uiSteadyThresholdMs_); in CallBar() 120 driver_.PerformTouch(touch, options_, out.exception_); in Focus() 136 driver_.PerformTouch(touch, options_, out.exception_); in MoveTo() 184 driver_.PerformTouch(GenericSwipe(TouchOp::DRAG, from, to), options_, out.exception_); in Resize() local 216 driver_.PerformMouseAction(touch1, options_, out.exception_); in Split() 233 driver_.PerformTouch(touch2, options_, out.exception_); in Split() 311 driver_.PerformTouch(touch, options_, out.exception_); in BarAction()
|
H A D | widget_operator.h | 48 const UiOpArgs &options_; member in OHOS::uitest::WidgetOperator
|
H A D | window_operator.h | 53 UiOpArgs &options_; member in OHOS::uitest::WindowOperator
|
Completed in 3 milliseconds