Home
last modified time | relevance | path

Searched refs:getMotionEventAxis (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputProcessorConverter_test.cpp52 static float getMotionEventAxis(common::PointerCoords coords, common::Axis axis) { in getMotionEventAxis() function
71 ASSERT_EQ(getMotionEventAxis(motionEvent.pointerCoords[0], common::Axis::X), in TEST()
73 ASSERT_EQ(getMotionEventAxis(motionEvent.pointerCoords[0], common::Axis::Y), in TEST()
75 ASSERT_EQ(getMotionEventAxis(motionEvent.pointerCoords[0], common::Axis::SIZE), in TEST()