Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/test/
H A Dui_action_test.cpp146 float stepLengthY = static_cast<double>(disY) / static_cast<double>(steps); in TEST_F() local
150 int32_t expectedPointerY = point0.py_ + stepLengthY * event; in TEST_F()
193 float stepLengthY = static_cast<double>(disY) / static_cast<double>(steps); in TEST_F() local
197 int32_t expectedPointerY = point0.py_ + stepLengthY * event; in TEST_F()
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp81 float stepLengthY = static_cast<double>(distanceY) / static_cast<double>(steps); in DecomposeComputeSwipe() local
85 const int32_t pointY = from.py_ + stepLengthY * step; in DecomposeComputeSwipe()

Completed in 3 milliseconds