Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java255 private boolean mStackOnLeftOrWillBe = true; field in BubbleStackView
676 final boolean oldOnLeft = mStackOnLeftOrWillBe;
677 mStackOnLeftOrWillBe =
1937 if (mStackOnLeftOrWillBe) { in animateExpansion()
2044 if (mStackOnLeftOrWillBe) { in animateCollapse()
2144 if (mStackOnLeftOrWillBe) { in animateSwitchBubbles()
2836 mStackOnLeftOrWillBe = mStackAnimationController.isStackOnLeftSide(); in updateExpandedView()
2896 bv.showDotAndBadge(!mStackOnLeftOrWillBe);
2898 bv.hideDotAndBadge(!mStackOnLeftOrWillBe);
2923 mStackOnLeftOrWillBe, forIme /* animate */);
[all …]