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.java94 final String resolvedAction = res.getString(ACTION_ID); in testBasicContent() local
116 MESSAGE_TEXT, resolvedAction); in testBasicContent() local
122 resolvedMessage, resolvedAction); in testBasicContent() local
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1892 dispatchEntry->resolvedAction = keyEntry->action; in enqueueDispatchEntryLocked()
1896 dispatchEntry->resolvedAction, dispatchEntry->resolvedFlags)) { in enqueueDispatchEntryLocked()
1910 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_OUTSIDE; in enqueueDispatchEntryLocked()
1912 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_HOVER_EXIT; in enqueueDispatchEntryLocked()
1914 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_HOVER_ENTER; in enqueueDispatchEntryLocked()
1916 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_CANCEL; in enqueueDispatchEntryLocked()
1918 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_DOWN; in enqueueDispatchEntryLocked()
1920 dispatchEntry->resolvedAction = motionEntry->action; in enqueueDispatchEntryLocked()
1922 if (dispatchEntry->resolvedAction == AMOTION_EVENT_ACTION_HOVER_MOVE in enqueueDispatchEntryLocked()
1929 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_HOVER_ENTER; in enqueueDispatchEntryLocked()
[all …]
DInputDispatcher.h552 int32_t resolvedAction; member