Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java271 private boolean mStackOnLeftOrWillBe = true; field in BubbleStackView
691 final boolean oldOnLeft = mStackOnLeftOrWillBe;
692 mStackOnLeftOrWillBe =
1784 mStackOnLeftOrWillBe = mPositioner.isStackOnLeft(startPosition); in addBubble()
2286 if (mStackOnLeftOrWillBe) { in animateExpansion()
2458 if (mStackOnLeftOrWillBe) { in animateSwitchBubbles()
3223 mStackOnLeftOrWillBe = mStackAnimationController.isStackOnLeftSide(); in updateExpandedView()
3283 bv.showDotAndBadge(!mStackOnLeftOrWillBe);
3285 bv.hideDotAndBadge(!mStackOnLeftOrWillBe);
3310 mStackOnLeftOrWillBe, forIme /* animate */);
[all …]