OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alphabetkey2
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiPalettesView.java
493
final ImageView
alphabetKey2
= (ImageView)findViewById(R.id.emoji_keyboard_alphabet2);
494
alphabetKey2
.setBackgroundResource(mEmojiFunctionalKeyBackgroundId);
495
alphabetKey2
.setTag(Constants.CODE_SWITCH_ALPHA_SYMBOL);
496
alphabetKey2
.setOnClickListener(this);
[
all
...]
Completed in 92 milliseconds