Home
last modified time | relevance | path

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

/hardware/interfaces/input/classifier/1.0/vts/functional/
DVtsHalInputClassifierV1_0TargetTest.cpp63 PointerCoords coords; in getSimpleMotionEvent() local
64 coords.bits = Axis::X | Axis::Y; in getSimpleMotionEvent()
65 coords.values = {1 /*X*/, 2 /*Y*/}; in getSimpleMotionEvent()
66 event.pointerCoords = {coords}; in getSimpleMotionEvent()