Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java128 (index, animation) -> animation.position(getBubbleLeft(index), getExpandedY())) in startOrUpdateExpandAnimation()
257 .position(getBubbleLeft(index), getExpandedY())
409 .translationX(getBubbleLeft(i)) in updateBubblePositions()
423 public float getBubbleLeft(int index) { in getBubbleLeft() method in ExpandedAnimationController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java246 assertEquals(getBubbleLeft(i), in testBubblesInCorrectExpandedPositions()
258 public float getBubbleLeft(int index) { in getBubbleLeft() method in ExpandedAnimationControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1550 float bubbleLeftFromScreenLeft = mExpandedAnimationController.getBubbleLeft(index); in updatePointerPosition()