Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java81 private TextView mAlphabetKeyRight; field in EmojiPalettesView
220 mAlphabetKeyRight = (TextView)findViewById(R.id.emoji_keyboard_alphabet_right); in onFinishInflate()
221 mAlphabetKeyRight.setBackgroundResource(mFunctionalKeyBackgroundId); in onFinishInflate()
222 mAlphabetKeyRight.setTag(Constants.CODE_ALPHA_FROM_EMOJI); in onFinishInflate()
223 mAlphabetKeyRight.setOnTouchListener(this); in onFinishInflate()
224 mAlphabetKeyRight.setOnClickListener(this); in onFinishInflate()
389 setupAlphabetKey(mAlphabetKeyRight, switchToAlphaLabel, params); in startEmojiPalettes()