Searched refs:animateBubbleBarLocation (Results 1 – 5 of 5) sorted by relevance
35 void animateBubbleBarLocation(in BubbleBarLocation location); in animateBubbleBarLocation() method
322 void animateBubbleBarLocation(BubbleBarLocation location); in animateBubbleBarLocation() method
748 public void animateBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in animateBubbleBarLocation() method in BubbleController750 mBubbleStateListener.animateBubbleBarLocation(bubbleBarLocation); in animateBubbleBarLocation()2400 public void animateBubbleBarLocation(BubbleBarLocation location) {2401 mListener.call(l -> l.animateBubbleBarLocation(location));
126 mBubbleController.animateBubbleBarLocation(bubbleBarLocation); in BubbleBarLayerView()
2589 public void animateBubbleBarLocation(BubbleBarLocation location) { in animateBubbleBarLocation() method in BubblesTest.FakeBubbleStateListener