Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java78 private final boolean mIsAsciiCapable; field in InputMethodSubtype
135 mIsAsciiCapable = isAsciiCapable; in setIsAsciiCapable()
138 private boolean mIsAsciiCapable = false; field in InputMethodSubtype.InputMethodSubtypeBuilder
231 builder.mIsAsciiCapable = isAsciiCapable; in getBuilder()
301 mIsAsciiCapable = builder.mIsAsciiCapable; in InputMethodSubtype()
308 mIsAuxiliary, mOverridesImplicitlyEnabledSubtype, mIsAsciiCapable); in InputMethodSubtype()
328 mIsAsciiCapable = (source.readInt() == 1); in InputMethodSubtype()
437 return mIsAsciiCapable; in isAsciiCapable()
636 dest.writeInt(mIsAsciiCapable ? 1 : 0); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75001 Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;->mIsAsciiCapable:Z
75027 Landroid/view/inputmethod/InputMethodSubtype;->mIsAsciiCapable:Z