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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 158 private boolean mIsDismissing;
162 if (mIsDismissing || mController == null) return false;
163 mIsDismissing = true;
165 mIsDismissing = false;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 166 private boolean mIsDismissing;
170 if (mIsDismissing || mController == null) return false;
171 mIsDismissing = true;
173 mIsDismissing = false;

Completed in 84 milliseconds