Home
last modified time | relevance | path

Searched refs:showBubble (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.kt578 fun showBubble(key: String?, top: Int) = in <lambda>() method in com.android.quickstep.SystemUiProxy
579 executeWithErrorLog({ "Failed call showBubble" }) { bubbles?.showBubble(key, top) } in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java529 mSystemUiProxy.showBubble(getSelectedBubbleKey(), mLastSentBubbleBarTop); in showSelectedBubble()