Home
last modified time | relevance | path

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

/frameworks/support/design/tests/src/android/support/design/widget/
DSnackbarTest.java111 final String resolvedAction = res.getString(ACTION_ID); in testBasicContent() local
133 MESSAGE_TEXT, resolvedAction); in testBasicContent() local
139 resolvedMessage, resolvedAction); in testBasicContent() local
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1893 dispatchEntry->resolvedAction = keyEntry->action; in enqueueDispatchEntryLocked()
1897 dispatchEntry->resolvedAction, dispatchEntry->resolvedFlags)) { in enqueueDispatchEntryLocked()
1911 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_OUTSIDE; in enqueueDispatchEntryLocked()
1913 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_HOVER_EXIT; in enqueueDispatchEntryLocked()
1915 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_HOVER_ENTER; in enqueueDispatchEntryLocked()
1917 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_CANCEL; in enqueueDispatchEntryLocked()
1919 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_DOWN; in enqueueDispatchEntryLocked()
1921 dispatchEntry->resolvedAction = motionEntry->action; in enqueueDispatchEntryLocked()
1923 if (dispatchEntry->resolvedAction == AMOTION_EVENT_ACTION_HOVER_MOVE in enqueueDispatchEntryLocked()
1930 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_HOVER_ENTER; in enqueueDispatchEntryLocked()
[all …]
DInputDispatcher.h552 int32_t resolvedAction; member