Searched refs:stepLength (Results 1 - 5 of 5) sorted by relevance
/test/testfwk/arkxtest/uitest/record/ |
H A D | pointer_info.h | 63 stepLength = step; in SetStepLength() 68 return stepLength; in GetStepLength() 94 int stepLength = 0; // 步长 member in OHOS::uitest::FingerInfo 177 void SetAvgStepLength(int stepLength) in SetAvgStepLength() argument 179 avgStepLength = stepLength; in SetAvgStepLength()
|
H A D | velocity_tracker.h | 72 stepLength = (totalDelta_ / (useToCount - 1)).GetDistance(); in UpdateStepLength() 78 return stepLength; in GetStepLength() 199 int stepLength = 0; member in OHOS::uitest::final
|
H A D | pointer_info.cpp | 55 data["LENGTH"] = std::to_string(stepLength); in WriteData() 100 sout << "Off-hand speed:" << velocity << ", " << "Step length:" << stepLength << ";"; in WriteWindowData() local
|
/test/testfwk/arkxtest/uitest/input/ |
H A D | ui_input.cpp | 44 "dircFling [velocity stepLength] direction ranges from 0,1,2,3 (left, right, up, down)\n" in PrintInputMessage() 112 bool CheckStepLength(UiOpArgs &uiOpArgs, Point to, Point from, uint32_t stepLength) in CheckStepLength() argument 117 if (stepLength <= 0 || stepLength > distance) { in CheckStepLength() 121 uiOpArgs.swipeStepsCounts_ = distance / stepLength; in CheckStepLength() 153 auto stepLength = (uint32_t)atoi(argv[EIGHT]); in FlingActionInput() local 154 if (!CheckStepLength(uiOpArgs, to, from, stepLength)) { in FlingActionInput()
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | frontend_api_handler.cpp | 987 auto stepLength = ReadCallArg<uint32_t>(in, INDEX_TWO); in RegisterUiDriverFlingOperators() 992 if (stepLength <= 0 || stepLength > distance) { in RegisterUiDriverFlingOperators() 996 uiOpArgs.swipeStepsCounts_ = distance / stepLength; in RegisterUiDriverFlingOperators()
|
Completed in 5 milliseconds