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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 107 id.imeAction(),
127 && other.imeAction() == imeAction()
144 || imeAction() == EditorInfo.IME_ACTION_NEXT;
149 || imeAction() == EditorInfo.IME_ACTION_PREVIOUS;
162 public int imeAction() {
183 actionName(imeAction()),
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 451 public boolean triggerEditorAction(int imeAction) {
453 return onEditorActionListener.onEditorAction((TextView) realView, imeAction, null);
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/
ViewMatchers.java 741 * @param imeAction the IME action to match
743 public static Matcher<View> hasImeAction(int imeAction) {
744 return hasImeAction(is(imeAction));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 220 final int actionId = keyboardId.imeAction();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 668 R.styleable.Keyboard_Case_imeAction, id.imeAction());
695 "imeAction"),
    [all...]

Completed in 183 milliseconds