Searched refs:mIsAsciiCapable (Results 1 – 2 of 2) sorted by relevance
87 private final boolean mIsAsciiCapable; field in InputMethodSubtype155 mIsAsciiCapable = isAsciiCapable; in setIsAsciiCapable()158 private boolean mIsAsciiCapable = false; field in InputMethodSubtype.InputMethodSubtypeBuilder290 builder.mIsAsciiCapable = isAsciiCapable; in getBuilder()363 mIsAsciiCapable = builder.mIsAsciiCapable; in InputMethodSubtype()370 mIsAuxiliary, mOverridesImplicitlyEnabledSubtype, mIsAsciiCapable); in InputMethodSubtype()396 mIsAsciiCapable = (source.readInt() == 1); in InputMethodSubtype()587 return mIsAsciiCapable; in isAsciiCapable()792 dest.writeInt(mIsAsciiCapable ? 1 : 0); in writeToParcel()805 + " mIsAsciiCapable=" + mIsAsciiCapable in dump()
59929 Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;->mIsAsciiCapable:Z59955 Landroid/view/inputmethod/InputMethodSubtype;->mIsAsciiCapable:Z