Searched refs:mLastSentBubbleBarTop (Results 1 – 1 of 1) sorted by relevance
152 private int mLastSentBubbleBarTop; field in BubbleBarController442 mLastSentBubbleBarTop = mBarView.getRestingTopPositionOnScreen(); in showSelectedBubble()443 mSystemUiProxy.showBubble(getSelectedBubbleKey(), mLastSentBubbleBarTop); in showSelectedBubble() local634 if (newTop != mLastSentBubbleBarTop) { in onBubbleBarBoundsChanged()635 mLastSentBubbleBarTop = newTop; in onBubbleBarBoundsChanged()