Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessorTest.kt93 motionEventAction = MotionEvent.ACTION_DOWN, in <lambda>()
100 motionEventAction = MotionEvent.ACTION_DOWN, in <lambda>()
107 motionEventAction = MotionEvent.ACTION_DOWN, in <lambda>()
115 motionEventAction = MotionEvent.ACTION_HOVER_ENTER, in <lambda>()
122 motionEventAction = MotionEvent.ACTION_HOVER_ENTER, in <lambda>()
129 motionEventAction = MotionEvent.ACTION_HOVER_ENTER, in <lambda>()
137 motionEventAction = MotionEvent.ACTION_MOVE, in <lambda>()
144 motionEventAction = MotionEvent.ACTION_MOVE, in <lambda>()
151 motionEventAction = MotionEvent.ACTION_MOVE, in <lambda>()
158 motionEventAction = MotionEvent.ACTION_MOVE, in <lambda>()
[all …]
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp329 int32_t motionEventAction; in sync() local
331 motionEventAction = down ? AMOTION_EVENT_ACTION_DOWN : AMOTION_EVENT_ACTION_UP; in sync()
333 motionEventAction = AMOTION_EVENT_ACTION_MOVE; in sync()
335 motionEventAction = AMOTION_EVENT_ACTION_HOVER_MOVE; in sync()
355 mSource, *mDisplayId, policyFlags, motionEventAction, 0, 0, in sync()
381 if (motionEventAction == AMOTION_EVENT_ACTION_UP && (mSource == AINPUT_SOURCE_MOUSE)) { in sync()