Searched refs:eventIndex (Results 1 – 3 of 3) sorted by relevance
67 final int eventIndex = 1; in toSelectionEvent_smartSelectionMulti() local74 expected.setEventIndex(eventIndex); in toSelectionEvent_smartSelectionMulti()86 .setEventIndex(eventIndex) in toSelectionEvent_smartSelectionMulti()96 final int eventIndex = 2; in toSelectionEvent_smartSelectionSingle() local103 expected.setEventIndex(eventIndex); in toSelectionEvent_smartSelectionSingle()115 .setEventIndex(eventIndex) in toSelectionEvent_smartSelectionSingle()127 final int eventIndex = 3; in toSelectionEvent_resetSelection() local135 expected.setEventIndex(eventIndex); in toSelectionEvent_resetSelection()149 .setEventIndex(eventIndex) in toSelectionEvent_resetSelection()159 final int eventIndex = 4; in toSelectionEvent_modifySelection() local[all …]
188 constexpr size_t eventIndex = static_cast<size_t>(event); in setDirty() local189 static_assert(eventIndex < FrameEvents::EVENT_COUNT, "Bad index."); in setDirty()190 mBitset.set(eventIndex); in setDirty()195 constexpr size_t eventIndex = static_cast<size_t>(event); in isDirty() local196 static_assert(eventIndex < FrameEvents::EVENT_COUNT, "Bad index."); in isDirty()197 return mBitset[eventIndex]; in isDirty()
567 public T setEventIndex(int eventIndex) { in setEventIndex() argument568 mEventIndex = eventIndex; in setEventIndex()