Home | History | Annotate | Download | only in latin

Lines Matching refs:mLastKeyTime

184     private long mLastKeyTime;
1267 if (primaryCode != Keyboard.CODE_DELETE || when > mLastKeyTime + QUICK_PRESS) {
1270 mLastKeyTime = when;
1287 // TODO: Consolidate the double space timer, mLastKeyTime, and the space state.