Searched refs:mPrevIndices (Results 1 – 1 of 1) sorted by relevance
95 private final int[] mPrevIndices = new int[2]; field in SmartSelectionEventTracker149 if (mPrevIndices[0] == event.mStart && mPrevIndices[1] == event.mEnd) { in logEvent()182 mPrevIndices[0] = event.mStart; in writeEvent()183 mPrevIndices[1] = event.mEnd; in writeEvent()197 mPrevIndices[0] = mPrevIndices[1] = 0; in endSession()