Searched refs:mMoreSuggestionsView (Results 1 – 1 of 1) sorted by relevance
75 private final MoreSuggestionsView mMoreSuggestionsView; field in SuggestionStripView286 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 …]