Home
last modified time | relevance | path

Searched refs:showExpandedView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java614 void showExpandedView() { in showExpandedView() method in BubbleBarController
615 mSystemUiProxy.showExpandedView(); in showExpandedView()
DBubbleBarViewController.java254 createBubbleBarParentViewController(), mBubbleBarController::showExpandedView, in init()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.kt683 fun showExpandedView() = in <lambda>() method
684 executeWithErrorLog({ "Failed call showExpandedView" }) { bubbles?.showExpandedView() } in <lambda>()