Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java146 private @Nullable TaskbarDragLayerController mDragLayerController; field in TaskbarViewController
287 mDragLayerController = controllers.taskbarDragLayerController; in init()
640 if (mDragLayerController != null) { in updateTranslationXForBubbleBar()
641 mDragLayerController.setTranslationXForBubbleBar(translationX); in updateTranslationXForBubbleBar()