Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt103 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_returnsDefaultPosition()
114 assertThat(positioner.getRestingPosition()).isEqualTo(restingPosition) in testGetRestingPosition_returnsRestingPosition()
122 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_bubble_onPhone()
131 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_bubble_onPhone_RTL()
141 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_chatBubble_onTablet()
150 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_chatBubble_onTablet_RTL()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java130 prevStackPosition = new BubbleStackView.RelativeStackPosition(getRestingPosition(), in updateInternal()
699 currentStackPosition = getRestingPosition(); in isStackOnLeft()
718 public PointF getRestingPosition() { in getRestingPosition() method in BubblePositioner
DBubbleStackView.java1614 mPositioner.getRestingPosition(), in onOrientationChanged()
1661 mPositioner.getRestingPosition(), in onDisplaySizeChanged()
2361 mStackAnimationController.setStackPosition(mPositioner.getRestingPosition()); in updateStackPosition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java433 pw.println(mPositioner.getRestingPosition().toString());
751 mPositioner.setRestingPosition(mPositioner.getRestingPosition()); in onChildRemoved()
878 setStackPosition(mPositioner.getRestingPosition());