Searched refs:mBubbleStateListener (Results 1 – 1 of 1) sorted by relevance
276 private Bubbles.BubbleStateListener mBubbleStateListener; field in BubbleController564 mBubbleStateListener = listener; in registerBubbleStateListener()568 mBubbleStateListener = null; in registerBubbleStateListener()580 if (mBubbleStateListener != null) { in unregisterBubbleStateListener()581 mBubbleStateListener = null; in unregisterBubbleStateListener()591 if (mBubbleStateListener != null) { in sendInitialListenerUpdate()593 mBubbleStateListener.onBubbleStateChange(update); in sendInitialListenerUpdate()711 return canShowAsBubbleBar() && mBubbleStateListener != null; in isShowingAsBubbleBar()739 mBubbleStateListener.onBubbleStateChange(bubbleBarUpdate); in setBubbleBarLocation()750 mBubbleStateListener.animateBubbleBarLocation(bubbleBarLocation); in animateBubbleBarLocation()[all …]