Home
last modified time | relevance | path

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

/hardware/interfaces/input/classifier/1.0/vts/functional/
DVtsHalInputClassifierV1_0TargetTest.cpp36 using ::android::hardware::input::common::V1_0::MotionEvent;
43 static MotionEvent getSimpleMotionEvent() { in getSimpleMotionEvent()
44 MotionEvent event; in getSimpleMotionEvent()
112 MotionEvent event = getSimpleMotionEvent(); in TEST_P()
126 MotionEvent event = getSimpleMotionEvent(); in TEST_P()
152 MotionEvent event = getSimpleMotionEvent(); in TEST_P()
/hardware/interfaces/input/classifier/1.0/
DIInputClassifier.hal20 import android.hardware.input.common@1.0::MotionEvent;
27 classify(MotionEvent event) generates (Classification classification);
/hardware/interfaces/input/classifier/1.0/default/
DInputClassifier.cpp34 Return<Classification> InputClassifier::classify(const MotionEvent& /*event*/) { in classify() argument
DInputClassifier.h36 const android::hardware::input::common::V1_0::MotionEvent& event) override;
/hardware/interfaces/input/common/1.0/
Dtypes.hal726 * Since the coordinates of a MotionEvent are also adjusted based on the
728 * the axes for MotionEvent and VideoFrame data are consistent.
740 * Measured with the same clock that is used to populate MotionEvent times.
746 * Analogous to Android's native MotionEvent / NotifyMotionArgs.
749 struct MotionEvent {