Searched refs:onBubbleStateChange (Results 1 – 4 of 4) sorted by relevance
29 void onBubbleStateChange(in Bundle update); in onBubbleStateChange() method
316 void onBubbleStateChange(BubbleBarUpdate update); in onBubbleStateChange() method
593 mBubbleStateListener.onBubbleStateChange(update); in sendInitialListenerUpdate()739 mBubbleStateListener.onBubbleStateChange(bubbleBarUpdate); in setBubbleBarLocation()1210 mBubbleStateListener.onBubbleStateChange(update); in startBubbleDrag()2105 mBubbleStateListener.onBubbleStateChange(bubbleBarUpdate);2392 public void onBubbleStateChange(BubbleBarUpdate update) {2396 mListener.call(l -> l.onBubbleStateChange(b));
2583 public void onBubbleStateChange(BubbleBarUpdate update) { in onBubbleStateChange() method in BubblesTest.FakeBubbleStateListener