Searched refs:showBubble (Results 1 – 2 of 2) sorted by relevance
578 fun showBubble(key: String?, top: Int) = in <lambda>() method in com.android.quickstep.SystemUiProxy579 executeWithErrorLog({ "Failed call showBubble" }) { bubbles?.showBubble(key, top) } in <lambda>()
529 mSystemUiProxy.showBubble(getSelectedBubbleKey(), mLastSentBubbleBarTop); in showSelectedBubble()