HomeSort by relevance Sort by last modified time
    Searched refs:mNavigateAction (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 50 public final boolean mNavigateAction;
76 this.mNavigateAction = InputTypeCompatUtils.isWebInputType(inputType);
100 mNavigateAction,
151 && other.mNavigateAction == this.mNavigateAction
176 (mNavigateAction ? " navigateAction" : ""),
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 636 R.styleable.Keyboard_Case_navigateAction, id.mNavigateAction);
    [all...]

Completed in 187 milliseconds