Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java198 private boolean mStackOnLeftOrWillBe = false; field in BubbleStackView
742 mStackOnLeftOrWillBe = mStackAnimationController.isStackOnLeftSide(); in addBubble()
752 !mStackOnLeftOrWillBe /* onLeft */, false /* animate */); in addBubble()
1112 mStackOnLeftOrWillBe = newStackX <= 0; in onDragFinish()
1590 mStackOnLeftOrWillBe = mStackAnimationController.isStackOnLeftSide(); in updateExpandedView()
1603 if (bv.getDotPositionOnLeft() == mStackOnLeftOrWillBe) { in updateBubbleZOrdersAndDotPosition()
1604 bv.setDotPosition(!mStackOnLeftOrWillBe, animate); in updateBubbleZOrdersAndDotPosition()