Searched refs:mCurrentSubtypeHasBeenUsed (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java518 private boolean mCurrentSubtypeHasBeenUsed; field in class:LatinIME.SubtypeState
521 mCurrentSubtypeHasBeenUsed = true;
528 final boolean currentSubtypeHasBeenUsed = mCurrentSubtypeHasBeenUsed;
531 mCurrentSubtypeHasBeenUsed = false;

Completed in 38 milliseconds