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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 77 public void startLongPressTimer(PointerTracker tracker);
78 public void startLongPressTimer(int code);
93 public void startLongPressTimer(PointerTracker tracker) {}
95 public void startLongPressTimer(int code) {}
540 startLongPressTimer(key);
573 startLongPressTimer(key);
592 startLongPressTimer(key);
750 private void startLongPressTimer(Key key) {
752 mTimerProxy.startLongPressTimer(this);
KeyboardSwitcher.java 295 public void startLongPressTimer(int code) {
299 timer.startLongPressTimer(code);
LatinKeyboardView.java 180 public void startLongPressTimer(int code) {
197 public void startLongPressTimer(PointerTracker tracker) {
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java 143 public void startLongPressTimer(int code) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java 61 public void startLongPressTimer(int code);
448 mSwitchActions.startLongPressTimer(Keyboard.CODE_SHIFT);

Completed in 99 milliseconds