Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java518 private boolean mCurrentSubtypeHasBeenUsed; field in LatinIME.SubtypeState
521 mCurrentSubtypeHasBeenUsed = true; in setCurrentSubtypeHasBeenUsed()
528 final boolean currentSubtypeHasBeenUsed = mCurrentSubtypeHasBeenUsed; in switchSubtype()
531 mCurrentSubtypeHasBeenUsed = false; in switchSubtype()