Searched refs:getBubbleLeft (Results 1 – 3 of 3) sorted by relevance
128 (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
246 assertEquals(getBubbleLeft(i), in testBubblesInCorrectExpandedPositions()258 public float getBubbleLeft(int index) { in getBubbleLeft() method in ExpandedAnimationControllerTest
1550 float bubbleLeftFromScreenLeft = mExpandedAnimationController.getBubbleLeft(index); in updatePointerPosition()