Searched refs:mIsAsciiCapable (Results 1 – 2 of 2) sorted by relevance
86 private final boolean mIsAsciiCapable; field in InputMethodSubtype154 mIsAsciiCapable = isAsciiCapable; in setIsAsciiCapable()157 private boolean mIsAsciiCapable = false; field in InputMethodSubtype.InputMethodSubtypeBuilder289 builder.mIsAsciiCapable = isAsciiCapable; in getBuilder()362 mIsAsciiCapable = builder.mIsAsciiCapable; in InputMethodSubtype()369 mIsAuxiliary, mOverridesImplicitlyEnabledSubtype, mIsAsciiCapable); in InputMethodSubtype()395 mIsAsciiCapable = (source.readInt() == 1); in InputMethodSubtype()586 return mIsAsciiCapable; in isAsciiCapable()791 dest.writeInt(mIsAsciiCapable ? 1 : 0); in writeToParcel()
60572 Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;->mIsAsciiCapable:Z60598 Landroid/view/inputmethod/InputMethodSubtype;->mIsAsciiCapable:Z