Searched refs:mIsAsciiCapable (Results 1 – 1 of 1) sorted by relevance
78 private final boolean mIsAsciiCapable; field in InputMethodSubtype133 mIsAsciiCapable = isAsciiCapable; in setIsAsciiCapable()136 private boolean mIsAsciiCapable = false; field in InputMethodSubtype.InputMethodSubtypeBuilder229 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()