Home
last modified time | relevance | path

Searched refs:stepLength (Results 1 - 5 of 5) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
H A Dpointer_info.h63 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 Dvelocity_tracker.h72 stepLength = (totalDelta_ / (useToCount - 1)).GetDistance(); in UpdateStepLength()
78 return stepLength; in GetStepLength()
199 int stepLength = 0; member in OHOS::uitest::final
H A Dpointer_info.cpp55 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 Dui_input.cpp44 "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 Dfrontend_api_handler.cpp987 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