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.java505 private boolean mCurrentSubtypeHasBeenUsed; field in LatinIME.SubtypeState
508 mCurrentSubtypeHasBeenUsed = true; in setCurrentSubtypeHasBeenUsed()
515 final boolean currentSubtypeHasBeenUsed = mCurrentSubtypeHasBeenUsed; in switchSubtype()
518 mCurrentSubtypeHasBeenUsed = false; in switchSubtype()