Searched refs:mAlphabetKeyRight (Results 1 – 1 of 1) sorted by relevance
81 private TextView mAlphabetKeyRight; field in EmojiPalettesView220 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()