Searched refs:withKeyRegistering (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) { argument
82 currentKeyboardView.releaseCurrentKey(withKeyRegistering);
98 oldKeyboardView.releaseCurrentKey(false /* withKeyRegistering */);
H A DEmojiPageKeyboardView.java124 releaseCurrentKey(false /* withKeyRegistering */);
141 public void releaseCurrentKey(final boolean withKeyRegistering) { argument
150 if (withKeyRegistering) {
159 releaseCurrentKey(false /* withKeyRegistering */);
188 releaseCurrentKey(false /* withKeyRegistering */);
214 releaseCurrentKey(false /* withKeyRegistering */);
221 releaseCurrentKey(false /* withKeyRegistering */);

Completed in 269 milliseconds