Searched defs:eventIndex (Results 1 – 7 of 7) sorted by relevance
67 final int eventIndex = 1; in toSelectionEvent_smartSelectionMulti() local96 final int eventIndex = 2; in toSelectionEvent_smartSelectionSingle() local127 final int eventIndex = 3; in toSelectionEvent_resetSelection() local159 final int eventIndex = 4; in toSelectionEvent_modifySelection() local182 final int eventIndex = 5; in toSelectionEvent_copyAction() local204 final int eventIndex = 6; in toSelectionEvent_selectionDismissed() local220 final int eventIndex = 2; in toSelectionEvent_link_smartAction() local
34 EventIndex eventIndex = eventHistory.getEventIndex(eventType); in getEventIndex() local47 EventIndex eventIndex = eventHistory.getEventIndex(eventTypes); in getEventIndex() local62 EventIndex eventIndex = eventHistory.getEventIndex(eventTypes); in queryEvents() local
158 EventIndex eventIndex = mEventIndexArray.get(eventType); in getEventIndex() local167 EventIndex eventIndex = mEventIndexArray.get(eventType); in getEventIndex() local207 EventIndex eventIndex = mEventIndexArray.get(event.getType()); in addEventInMemory() local210 mEventIndexArray.put(event.getType(), eventIndex); in addEventInMemory() local
99 EventIndex eventIndex = mEventHistory.getEventIndex(Event.ALL_EVENT_TYPES); in testNoEvents() local113 EventIndex eventIndex = mEventHistory.getEventIndex(Event.ALL_EVENT_TYPES); in testMultipleEvents() local127 EventIndex eventIndex = mEventHistory.getEventIndex(Event.NOTIFICATION_EVENT_TYPES); in testQuerySomeEventTypes() local142 EventIndex eventIndex = mEventHistory.getEventIndex(Event.TYPE_SHARE_IMAGE); in testQuerySingleEventType() local
95 EventIndex eventIndex; in testQueryEventIndexForSingleEventType() local112 EventIndex eventIndex; in testQueryEventIndexForMultipleEventTypes() local
188 constexpr size_t eventIndex = static_cast<size_t>(event); in setDirty() local195 constexpr size_t eventIndex = static_cast<size_t>(event); in isDirty() local
588 public T setEventIndex(int eventIndex) { in setEventIndex()