Searched refs:resolvedAction (Results 1 – 3 of 3) sorted by relevance
94 final String resolvedAction = res.getString(ACTION_ID); in testBasicContent() local116 MESSAGE_TEXT, resolvedAction); in testBasicContent() local122 resolvedMessage, resolvedAction); in testBasicContent() local
1892 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 …]
552 int32_t resolvedAction; member