Home
last modified time | relevance | path

Searched refs:mCpsIndex (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIME.java1166 private int mCpsIndex; field in LatinIME
1172 mCpsIntervals[mCpsIndex] = now - mLastCpsTime; in measureCps()
1174 mCpsIndex = (mCpsIndex + 1) % CPS_BUFFER_SIZE; in measureCps()