Searched defs:releaseCurrentKey (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPalettesAdapter.java71 releaseCurrentKey(false /* withKeyRegistering */);
74 public void releaseCurrentKey(final boolean withKeyRegistering) { method in class:EmojiPalettesAdapter
82 currentKeyboardView.releaseCurrentKey(withKeyRegistering);
98 oldKeyboardView.releaseCurrentKey(false /* withKeyRegistering */);
H A DEmojiPageKeyboardView.java124 releaseCurrentKey(false /* withKeyRegistering */);
156 public void releaseCurrentKey(final boolean withKeyRegistering) { method in class:EmojiPageKeyboardView
170 releaseCurrentKey(false /* withKeyRegistering */);
196 releaseCurrentKey(false /* withKeyRegistering */);
218 releaseCurrentKey(false /* withKeyRegistering */);
225 releaseCurrentKey(false /* withKeyRegistering */);

Completed in 160 milliseconds