Searched refs:mInputAttributes (Results 1 – 4 of 4) sorted by relevance
95 public final InputAttributes mInputAttributes; field in SettingsValues131 mInputAttributes = inputAttributes; in SettingsValues()141 && mInputAttributes.mShouldShowVoiceInputKey in SettingsValues()183 mGestureFloatingPreviewTextEnabled = !mInputAttributes.mDisableGestureFloatingPreviewText in SettingsValues()186 && !mInputAttributes.mInputTypeNoAutoCorrect; in SettingsValues()218 mInputAttributes.mTargetApplicationPackageName); in SettingsValues()223 .execute(mInputAttributes.mTargetApplicationPackageName); in SettingsValues()232 return mInputAttributes.mApplicationSpecifiedCompletionOn; in isApplicationSpecifiedCompletionsOn()236 return mInputAttributes.mShouldShowSuggestions in needsToLookupSuggestions()270 return mInputAttributes.mShouldInsertSpacesAutomatically; in shouldInsertSpacesAutomatically()[all …]
165 loadSettings(mContext, mSettingsValues.mLocale, mSettingsValues.mInputAttributes); in onSharedPreferenceChanged()
1537 currentSettingsValues.mInputAttributes.mShouldShowSuggestions in setSuggestedWords()1544 && !currentSettingsValues.mInputAttributes.mIsPasswordField; in setSuggestedWords()1920 s.append("\nAttributes : ").append(settingsValues.mInputAttributes) in debugDumpStateAndCrashWithException()
1113 || inputTransaction.mSettingsValues.mInputAttributes.isTypeNull() in handleBackspaceEvent()