Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java330 private boolean mIsBubbleSwitchAnimating = false; field in BubbleStackView
500 if (mIsExpansionAnimating || mIsBubbleSwitchAnimating) {
2108 mIsBubbleSwitchAnimating = true; in animateSwitchBubbles()
2165 mIsBubbleSwitchAnimating = false; in animateSwitchBubbles()
2182 mIsBubbleSwitchAnimating = false; in animateSwitchBubbles()
2197 mIsBubbleSwitchAnimating = false; in cancelDelayedExpandCollapseSwitchAnimations()
2221 if ((mIsExpansionAnimating || mIsBubbleSwitchAnimating) && mIsExpanded) { in animateForIme()