Home
last modified time | relevance | path

Searched refs:stepLengthX (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
H A Dui_action_test.cpp145 float stepLengthX = static_cast<double>(disX) / static_cast<double>(steps); in TEST_F() local
149 int32_t expectedPointerX = point0.px_ + stepLengthX * event; in TEST_F()
192 float stepLengthX = static_cast<double>(disX) / static_cast<double>(steps); in TEST_F() local
196 int32_t expectedPointerX = point0.px_ + stepLengthX * event; in TEST_F()
253 float stepLengthX = static_cast<double>(disX0) / static_cast<double>(steps); in TEST_F() local
257 int32_t expectedPointerX0 = rect.right_ - stepLengthX * step; in TEST_F()
373 float stepLengthX = static_cast<double>(disX0) / static_cast<double>(steps); in TEST_F() local
377 int32_t expectedPointerX0 = rect.GetCenterX() - stepLengthX * step; in TEST_F()
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp80 float stepLengthX = static_cast<double>(distanceX) / static_cast<double>(steps); in DecomposeComputeSwipe() local
84 const int32_t pointX = from.px_ + stepLengthX * step; in DecomposeComputeSwipe()

Completed in 3 milliseconds