Home
last modified time | relevance | path

Searched refs:scrollWidgetDeadZone_ (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dwidget_operator.cpp262 if (options_.scrollWidgetDeadZone_ > 0) { in TurnPage()
263 topPoint.py_ += options_.scrollWidgetDeadZone_; in TurnPage()
264 bottomPoint.py_ -= options_.scrollWidgetDeadZone_; in TurnPage()
Dui_action.h156 …int32_t scrollWidgetDeadZone_ = 80; // make sure the scrollWidget does not slide more than one pag… variable
/test/testfwk/arkxtest/uitest/test/
Dwidget_operator_test.cpp244 opt_.scrollWidgetDeadZone_ = 0; // set deadzone to 0 for easy computation in TEST_F()
293 opt_.scrollWidgetDeadZone_ = 0; // set deadzone to 0 for easy computation in TEST_F()