Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesAdapter.java50 final KeyboardView recentKeyboardView = in flushPendingRecentKeys() local
52 if (recentKeyboardView != null) { in flushPendingRecentKeys()
53 recentKeyboardView.invalidateAllKeys(); in flushPendingRecentKeys()
63 final KeyboardView recentKeyboardView = in addRecentKey() local
65 if (recentKeyboardView != null) { in addRecentKey()
66 recentKeyboardView.invalidateAllKeys(); in addRecentKey()