Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DInputAttributes.java52 final public boolean mIsGeneralTextInput; field in InputAttributes
88 mIsGeneralTextInput = false; in InputAttributes()
135 mIsGeneralTextInput = InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS != variation in InputAttributes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettingsValues.java151 && inputAttributes.mIsGeneralTextInput; in SettingsValues()