Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java78 private final boolean mIsAsciiCapable; field in InputMethodSubtype
133 mIsAsciiCapable = isAsciiCapable; in setIsAsciiCapable()
136 private boolean mIsAsciiCapable = false; field in InputMethodSubtype.InputMethodSubtypeBuilder
229 builder.mIsAsciiCapable = isAsciiCapable; in getBuilder()
299 mIsAsciiCapable = builder.mIsAsciiCapable; in InputMethodSubtype()
306 mIsAuxiliary, mOverridesImplicitlyEnabledSubtype, mIsAsciiCapable); in InputMethodSubtype()
326 mIsAsciiCapable = (source.readInt() == 1); in InputMethodSubtype()
425 return mIsAsciiCapable; in isAsciiCapable()
624 dest.writeInt(mIsAsciiCapable ? 1 : 0); in writeToParcel()