Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java379 private boolean mIsBubbleSwitchAnimating = false; field in BubbleStackView
557 if (mIsExpansionAnimating || mIsBubbleSwitchAnimating) {
1937 return mIsBubbleSwitchAnimating; in isSwitchAnimating()
2713 mIsBubbleSwitchAnimating = false; in animateSwitchBubbles()
2772 mIsBubbleSwitchAnimating = false; in animateSwitchBubbles()
2789 mIsBubbleSwitchAnimating = false; in animateSwitchBubbles()
2816 mIsBubbleSwitchAnimating = false; in cancelDelayedExpandCollapseSwitchAnimations()
2841 if ((mIsExpansionAnimating || mIsBubbleSwitchAnimating) && mIsExpanded) { in setImeVisible()
2982 mIsBubbleSwitchAnimating = true; in dismissBubbleIfExists()
3387 mIsBubbleSwitchAnimating = true; in updateExpandedBubble()