HomeSort by relevance Sort by last modified time
    Searched defs:releaseCurrentKey (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPageKeyboardView.java 124 releaseCurrentKey(false /* withKeyRegistering */);
156 public void releaseCurrentKey(final boolean withKeyRegistering) {
170 releaseCurrentKey(false /* withKeyRegistering */);
196 releaseCurrentKey(false /* withKeyRegistering */);
218 releaseCurrentKey(false /* withKeyRegistering */);
225 releaseCurrentKey(false /* withKeyRegistering */);
EmojiPalettesAdapter.java 71 releaseCurrentKey(false /* withKeyRegistering */);
74 public void releaseCurrentKey(final boolean withKeyRegistering) {
82 currentKeyboardView.releaseCurrentKey(withKeyRegistering);
98 oldKeyboardView.releaseCurrentKey(false /* withKeyRegistering */);

Completed in 754 milliseconds