Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java79 private ImageButton mDeleteKey; field in EmojiPalettesView
203 mDeleteKey = (ImageButton)findViewById(R.id.emoji_keyboard_delete); in onFinishInflate()
204 mDeleteKey.setBackgroundResource(mFunctionalKeyBackgroundId); in onFinishInflate()
205 mDeleteKey.setTag(Constants.CODE_DELETE); in onFinishInflate()
206 mDeleteKey.setOnTouchListener(mDeleteKeyOnTouchListener); in onFinishInflate()
379 mDeleteKey.setImageResource(deleteIconResId); in startEmojiPalettes()