Home | History | Annotate | Download | only in latin

Lines Matching refs:mLastKeyTime

175     private long mLastKeyTime;
1392 if (primaryCode != Constants.CODE_DELETE || when > mLastKeyTime + QUICK_PRESS) {
1395 mLastKeyTime = when;
1406 // TODO: Consolidate the double-space period timer, mLastKeyTime, and the space state.