Searched refs:isShowingInParent (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysPanel.java135 public boolean isShowingInParent(); method in interface:MoreKeysPanel
H A DMoreKeysKeyboardView.java239 if (!isShowingInParent()) {
317 public boolean isShowingInParent() { method in class:MoreKeysKeyboardView
H A DMainKeyboardView.java668 return mMoreKeysPanel != null && mMoreKeysPanel.isShowingInParent();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java286 return mMoreSuggestionsView.isShowingInParent();
360 if (!mMoreSuggestionsView.isShowingInParent()) {
399 if (!mMoreSuggestionsView.isShowingInParent()) {

Completed in 159 milliseconds