Searched refs:mIsGestureInProgress (Results 1 – 1 of 1) sorted by relevance
290 private boolean mIsGestureInProgress = false; field in BubbleStackView333 pw.print(" gestureInProgress: "); pw.println(mIsGestureInProgress); in dump()2066 if (mIsGestureInProgress) { in updateBubbleOrder()2918 if (!dispatched && !mIsExpanded && mIsGestureInProgress) { in dispatchTouchEvent()2922 mIsGestureInProgress = in dispatchTouchEvent()2927 if (mShouldReorderBubblesAfterGestureCompletes && !mIsGestureInProgress) { in dispatchTouchEvent()3057 || mIsGestureInProgress in shouldShowFlyout()