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

  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java 26 static final int KEYCODE_SHIFT_LONGPRESS = -101;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardView.java 39 static final int KEYCODE_SHIFT_LONGPRESS = -101;
98 getOnKeyboardActionListener().onKey(KEYCODE_SHIFT_LONGPRESS, null);

Completed in 182 milliseconds