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