Searched defs:mIsAsciiCapable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java68 private final boolean mIsAsciiCapable; field in class:InputMethodSubtype
122 mIsAsciiCapable = isAsciiCapable;
125 private boolean mIsAsciiCapable = false; field in class:InputMethodSubtype.InputMethodSubtypeBuilder
209 builder.mIsAsciiCapable = isAsciiCapable;
276 mIsAsciiCapable = builder.mIsAsciiCapable;
281 mIsAsciiCapable);
298 mIsAsciiCapable = (source.readInt() == 1);
367 return mIsAsciiCapable;
490 dest.writeInt(mIsAsciiCapable
[all...]

Completed in 38 milliseconds