Searched refs:stepLength (Results 1 – 6 of 6) sorted by relevance
/test/testfwk/arkxtest/uitest/record/ |
D | pointer_info.h | 63 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()
|
D | velocity_tracker.h | 72 stepLength = (totalDelta_ / (useToCount - 1)).GetDistance(); in UpdateStepLength() 78 return stepLength; in GetStepLength() 199 int stepLength = 0; variable
|
D | pointer_info.cpp | 51 data["LENGTH"] = std::to_string(stepLength); in WriteData() 81 << "Step length:" << stepLength << ";"; in WriteWindowData()
|
/test/testfwk/arkxtest/uitest/input/ |
D | ui_input.cpp | 109 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/ |
D | README_zh.md | 1486 …, 默认值: 600)<br/> stepLength(可选参数,滑动步长,默认值:滑动距离/50) | hdc shell uitest uiInput fling from_x from_y … 1489 …stepLength(可选参数,滑动步长,默认值:滑动距离/50) …
|
/test/testfwk/arkxtest/uitest/core/ |
D | frontend_api_handler.cpp | 973 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()
|