Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java285 private boolean mIsGestureInProgress = false; field in BubbleStackView
302 pw.print(" gestureInProgress: "); pw.println(mIsGestureInProgress); in dump()
2248 if (!dispatched && !mIsExpanded && mIsGestureInProgress) { in dispatchTouchEvent()
2252 mIsGestureInProgress = in dispatchTouchEvent()
2438 || mIsGestureInProgress in animateInFlyoutForBubble()