Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java77 private final DeleteKeyOnTouchListener mDeleteKeyOnTouchListener;
132 mDeleteKeyOnTouchListener = new DeleteKeyOnTouchListener(); in EmojiPalettesView()
439 private static class DeleteKeyOnTouchListener implements OnTouchListener { class in EmojiPalettesView