Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java290 private boolean mIsGestureInProgress = false; field in BubbleStackView
333 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()