Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragController.java44 public class SecondaryDragController extends DragController<SecondaryDisplayLauncher> { class
48 public SecondaryDragController(SecondaryDisplayLauncher secondaryLauncher) { in SecondaryDragController() method in SecondaryDragController
DSecondaryDisplayLauncher.java74 private SecondaryDragController mDragController;
92 mDragController = new SecondaryDragController(this); in onCreate()