OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alphabetkey
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiPalettesView.java
484
final ImageView
alphabetKey
= (ImageView)findViewById(R.id.emoji_keyboard_alphabet);
485
alphabetKey
.setBackgroundResource(mEmojiFunctionalKeyBackgroundId);
486
alphabetKey
.setTag(Constants.CODE_SWITCH_ALPHA_SYMBOL);
487
alphabetKey
.setOnClickListener(this);
[
all
...]
Completed in 32 milliseconds