Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java77 private final boolean mOverridesImplicitlyEnabledSubtype; field in InputMethodSubtype
123 mOverridesImplicitlyEnabledSubtype = overridesImplicitlyEnabledSubtype; in setOverridesImplicitlyEnabledSubtype()
126 private boolean mOverridesImplicitlyEnabledSubtype = false; field in InputMethodSubtype.InputMethodSubtypeBuilder
229 builder.mOverridesImplicitlyEnabledSubtype = overridesImplicitlyEnabledSubtype; in getBuilder()
299 mOverridesImplicitlyEnabledSubtype = builder.mOverridesImplicitlyEnabledSubtype; in InputMethodSubtype()
308 mIsAuxiliary, mOverridesImplicitlyEnabledSubtype, mIsAsciiCapable); in InputMethodSubtype()
325 mOverridesImplicitlyEnabledSubtype = (source.readInt() == 1); in InputMethodSubtype()
428 return mOverridesImplicitlyEnabledSubtype; in overridesImplicitlyEnabledSubtype()
633 dest.writeInt(mOverridesImplicitlyEnabledSubtype ? 1 : 0); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75003 …iew/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;->mOverridesImplicitlyEnabledSubtype:Z
75030 Landroid/view/inputmethod/InputMethodSubtype;->mOverridesImplicitlyEnabledSubtype:Z