HomeSort by relevance Sort by last modified time
    Searched defs:isAsciiCapable (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 116 * @param isAsciiCapable should be true if this subtype is ASCII capable. If the subtype
121 public InputMethodSubtypeBuilder setIsAsciiCapable(boolean isAsciiCapable) {
122 mIsAsciiCapable = isAsciiCapable;
199 boolean overridesImplicitlyEnabledSubtype, int id, boolean isAsciiCapable) {
209 builder.mIsAsciiCapable = isAsciiCapable;
241 * "isAsciiCapable" is "false" in this constructor.
378 public boolean isAsciiCapable() {
481 && (subtype.isAsciiCapable() == isAsciiCapable());
536 boolean isAsciiCapable) {
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 55 milliseconds