Home
last modified time | relevance | path

Searched refs:BubbleStashedHandleViewController (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleControllers.java29 public final BubbleStashedHandleViewController bubbleStashedHandleViewController;
46 BubbleStashedHandleViewController bubbleStashedHandleViewController, in BubbleControllers()
DBubbleStashedHandleViewController.java47 public class BubbleStashedHandleViewController { class
75 public BubbleStashedHandleViewController(TaskbarActivityContext activity, in BubbleStashedHandleViewController() method in BubbleStashedHandleViewController
DBubbleStashController.java63 private BubbleStashedHandleViewController mHandleViewController;
DBubbleBarController.java148 private BubbleStashedHandleViewController mBubbleStashedHandleViewController;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java110 import com.android.launcher3.taskbar.bubbles.BubbleStashedHandleViewController;
250 new BubbleStashedHandleViewController(this, bubbleHandleView), in TaskbarActivityContext()