Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dui_action.h379 …explicit MouseScroll(const Point &point, int32_t scrollValue, int32_t key1, int32_t key2, uint32_t… in MouseScroll() argument
380 … : point_(point), scrollValue_(scrollValue), key1_(key1), key2_(key2), speed_(speed) {}; in MouseScroll()
Dfrontend_api_handler.cpp1074 auto scrollValue = ReadCallArg<int32_t>(in, INDEX_TWO); in RegisterUiDriverMouseOperators2() local
1076 scrollValue = adown ? scrollValue : -scrollValue; in RegisterUiDriverMouseOperators2()
1085 auto touch = MouseScroll(point, scrollValue, key1, key2, speed); in RegisterUiDriverMouseOperators2()