Searched defs:swipeRight (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java125 void swipeRight(); method in interface:KeyboardView.OnKeyboardActionListener
475 swipeRight();
1401 protected void swipeRight() { method in class:KeyboardView
1402 mKeyboardActionListener.swipeRight();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java336 public void swipeRight() { }
799 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeRight */
800 public void swipeRight() { } method in class:DefaultSoftKeyboard
H A DKeyboardView.java109 void swipeRight(); method in interface:KeyboardView.OnKeyboardActionListener
400 swipeRight();
1087 public void swipeRight() { }
1319 protected void swipeRight() { method in class:KeyboardView
1320 mKeyboardActionListener.swipeRight();

Completed in 161 milliseconds