Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java340 private boolean mIsDispatchingHoverEventToMoreSuggestions; field in SuggestionStripView
380 mIsDispatchingHoverEventToMoreSuggestions = false; in onInterceptTouchEvent()
419 if (!onMoreSuggestions && !mIsDispatchingHoverEventToMoreSuggestions) { in onTouchEvent()
425 if (onMoreSuggestions && !mIsDispatchingHoverEventToMoreSuggestions) { in onTouchEvent()
428 mIsDispatchingHoverEventToMoreSuggestions = true; in onTouchEvent()
433 mIsDispatchingHoverEventToMoreSuggestions = false; in onTouchEvent()