Searched refs:mIsDispatchingHoverEventToMoreSuggestions (Results 1 – 1 of 1) sorted by relevance
340 private boolean mIsDispatchingHoverEventToMoreSuggestions; field in SuggestionStripView380 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()