Home
last modified time | relevance | path

Searched refs:stepLength (Results 1 – 6 of 6) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
Dpointer_info.h63 stepLength = step; in SetStepLength()
68 return stepLength; in GetStepLength()
94 int stepLength = 0; // 步长 variable
177 void SetAvgStepLength(int stepLength) in SetAvgStepLength() argument
179 avgStepLength = stepLength; in SetAvgStepLength()
Dvelocity_tracker.h72 stepLength = (totalDelta_ / (useToCount - 1)).GetDistance(); in UpdateStepLength()
78 return stepLength; in GetStepLength()
199 int stepLength = 0; variable
Dpointer_info.cpp51 data["LENGTH"] = std::to_string(stepLength); in WriteData()
81 << "Step length:" << stepLength << ";"; in WriteWindowData()
/test/testfwk/arkxtest/uitest/input/
Dui_input.cpp109 bool CheckStepLength(UiOpArgs &uiOpArgs, Point to, Point from, uint32_t stepLength) in CheckStepLength() argument
114 if (stepLength <= 0 || stepLength > distance) { in CheckStepLength()
118 uiOpArgs.swipeStepsCounts_ = distance / stepLength; in CheckStepLength()
150 auto stepLength = (uint32_t)atoi(argv[EIGHT]); in FlingActionInput() local
151 if (!CheckStepLength(uiOpArgs, to, from, stepLength)) { in FlingActionInput()
/test/testfwk/arkxtest/
DREADME_zh.md1486 …, 默认值: 600)<br/> stepLength(可选参数,滑动步长,默认值:滑动距离/50) | hdc shell uitest uiInput fling from_x from_y …
1489stepLength(可选参数,滑动步长,默认值:滑动距离/50) …
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp973 auto stepLength = ReadCallArg<uint32_t>(in, INDEX_TWO); in RegisterUiDriverFlingOperators() local
978 if (stepLength <= 0 || stepLength > distance) { in RegisterUiDriverFlingOperators()
982 uiOpArgs.swipeStepsCounts_ = distance / stepLength; in RegisterUiDriverFlingOperators()