Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dinput.h309 AMOTION_EVENT_ACTION_OUTSIDE = 4, enumerator
/frameworks/native/libs/input/
DInput.cpp556 case AMOTION_EVENT_ACTION_OUTSIDE: in isTouchEvent()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp67 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_OUTSIDE) == in getAction()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp139 case AMOTION_EVENT_ACTION_OUTSIDE: in isValidMotionAction()
2068 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_OUTSIDE; in enqueueDispatchEntryLocked()