Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java253 private boolean mStackOnLeftOrWillBe = true; field in BubbleStackView
663 final boolean oldOnLeft = mStackOnLeftOrWillBe;
664 mStackOnLeftOrWillBe =
667 final boolean updateForCollapsedStack = oldOnLeft != mStackOnLeftOrWillBe;
1513 mStackOnLeftOrWillBe = mStackAnimationController.isStackOnLeftSide(); in addBubble()
1517 bubble.getIconView().setDotBadgeOnLeft(!mStackOnLeftOrWillBe /* onLeft */); in addBubble()
1828 mTaskbarScrim.setTranslationX(mStackOnLeftOrWillBe in animateExpansion()
1871 if (mStackOnLeftOrWillBe) { in animateExpansion()
1977 if (mStackOnLeftOrWillBe) { in animateCollapse()
2082 if (mStackOnLeftOrWillBe) { in animateSwitchBubbles()
[all …]