Home
last modified time | relevance | path

Searched refs:scrollValue_ (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dui_action.h380 … : point_(point), scrollValue_(scrollValue), key1_(key1), key2_(key2), speed_(speed) {}; in MouseScroll()
388 const int32_t scrollValue_; variable
Dui_action.cpp326 auto stage = (scrollValue_ > 0) ? AXIS_DOWN : AXIS_UP; in Decompose()
333 auto steps = abs(scrollValue_); in Decompose()