Searched refs:mIsAsciiCapable (Results 1 – 2 of 2) sorted by relevance
78 private final boolean mIsAsciiCapable; field in InputMethodSubtype135 mIsAsciiCapable = isAsciiCapable; in setIsAsciiCapable()138 private boolean mIsAsciiCapable = false; field in InputMethodSubtype.InputMethodSubtypeBuilder231 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()
75001 Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;->mIsAsciiCapable:Z75027 Landroid/view/inputmethod/InputMethodSubtype;->mIsAsciiCapable:Z