Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java80 private TextView mAlphabetKeyLeft; field in EmojiPalettesView
215 mAlphabetKeyLeft = (TextView)findViewById(R.id.emoji_keyboard_alphabet_left); in onFinishInflate()
216 mAlphabetKeyLeft.setBackgroundResource(mFunctionalKeyBackgroundId); in onFinishInflate()
217 mAlphabetKeyLeft.setTag(Constants.CODE_ALPHA_FROM_EMOJI); in onFinishInflate()
218 mAlphabetKeyLeft.setOnTouchListener(this); in onFinishInflate()
219 mAlphabetKeyLeft.setOnClickListener(this); in onFinishInflate()
388 setupAlphabetKey(mAlphabetKeyLeft, switchToAlphaLabel, params); in startEmojiPalettes()