Home
last modified time | relevance | path

Searched refs:mMoreSuggestionsView (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java75 private final MoreSuggestionsView mMoreSuggestionsView; field in SuggestionStripView
286 return mMoreSuggestionsView.isShowingInParent(); in isShowingMoreSuggestionPanel()
290 mMoreSuggestionsView.dismissMoreKeysPanel(); in dismissMoreSuggestionsPanel()
316 mMoreSuggestionsView.setKeyboard(builder.build()); in showMoreSuggestions()
360 if (!mMoreSuggestionsView.isShowingInParent()) { in onInterceptTouchEvent()
365 if (mMoreSuggestionsView.isInModalMode()) { in onInterceptTouchEvent()
386 mMoreSuggestionsView.setModalMode(); in onInterceptTouchEvent()
399 if (!mMoreSuggestionsView.isShowingInParent()) { in onTouchEvent()
411 mMoreSuggestionsView.onTouchEvent(me); in onTouchEvent()
416 final int width = mMoreSuggestionsView.getWidth(); in onTouchEvent()
[all …]