Searched defs:nextIndex (Results 1 – 9 of 9) sorted by relevance
80 public long getDelayMs(int nextIndex) { in getDelayMs()98 public long getDelayMs(int nextIndex) { in getDelayMs()
82 long getDelayMs(int nextIndex); in getDelayMs()128 int nextIndex = index + 1; in handleMessage() local
75 public long getDelayMs(int nextIndex) { in getDelayMs()
42 private var nextIndex = 0 variable
155 final int nextIndex = (currentIndex + 1) % enabledSubtypes.size(); in switchToNextInputSubtypeInThisIme() local205 final int nextIndex = (currentIndex + i) % count; in getNextNonAuxiliaryIme() local
222 val nextIndex = AtomicInteger(0) in <lambda>() constant
51 const size_t nextIndex = matchedCodePointCount + j; in addUnigramWord() local
266 int nextIndex = mIndex + 1; in getNext() local
53 private int nextIndex; field in ActiveGestureLog