Home
last modified time | relevance | path

Searched refs:OnKeyboardActionListener (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java254 private final KeyboardView.OnKeyboardActionListener mKeyboardActionListener =
255 new KeyboardView.OnKeyboardActionListener() {
394 private final KeyboardView.OnKeyboardActionListener mPopupKeyboardActionListener =
395 new KeyboardView.OnKeyboardActionListener() {
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java82 public interface OnKeyboardActionListener { interface in KeyboardView
181 private OnKeyboardActionListener mKeyboardActionListener;
514 public void setOnKeyboardActionListener(OnKeyboardActionListener listener) { in setOnKeyboardActionListener()
522 protected OnKeyboardActionListener getOnKeyboardActionListener() { in getOnKeyboardActionListener()