Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettingsValues.java113 final InputAttributes inputAttributes) { in SettingsValues() argument
121 if (null == inputAttributes) { in SettingsValues()
125 mInputAttributes = inputAttributes; in SettingsValues()
149 && inputAttributes.mIsGeneralTextInput; in SettingsValues()
DSettings.java175 final InputAttributes inputAttributes) { in loadSettings() argument
183 return new SettingsValues(context, prefs, res, inputAttributes); in loadSettings()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java579 final InputAttributes inputAttributes = new InputAttributes( in loadSettings() local
581 mSettings.loadSettings(this, locale, inputAttributes); in loadSettings()