Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java355 private boolean mIsBubbleSwitchAnimating = false; field in BubbleStackView
525 if (mIsExpansionAnimating || mIsBubbleSwitchAnimating) {
1748 return mIsBubbleSwitchAnimating; in isSwitchAnimating()
2420 mIsBubbleSwitchAnimating = false; in animateSwitchBubbles()
2479 mIsBubbleSwitchAnimating = false; in animateSwitchBubbles()
2496 mIsBubbleSwitchAnimating = false; in animateSwitchBubbles()
2511 mIsBubbleSwitchAnimating = false; in cancelDelayedExpandCollapseSwitchAnimations()
2536 if ((mIsExpansionAnimating || mIsBubbleSwitchAnimating) && mIsExpanded) { in setImeVisible()
2684 mIsBubbleSwitchAnimating = true; in dismissBubbleIfExists()
3079 mIsBubbleSwitchAnimating = true; in updateExpandedBubble()