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