Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java185 boolean inlineSuggestionsEnabled = false; // false as default in InputMethodInfo()
229 inlineSuggestionsEnabled = sa.getBoolean( in InputMethodInfo()
307 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in InputMethodInfo()
385 boolean supportsSwitchingToNextInputMethod, boolean inlineSuggestionsEnabled, in InputMethodInfo() argument
396 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in InputMethodInfo()
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DAutofillServiceInfo.java134 boolean inlineSuggestionsEnabled = false; // false by default. in AutofillServiceInfo()
155 inlineSuggestionsEnabled = afsAttributes.getBoolean( in AutofillServiceInfo()
173 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in AutofillServiceInfo()