Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragView.java28 public class SecondaryDragView extends DragView<SecondaryDisplayLauncher> { class
30 public SecondaryDragView(SecondaryDisplayLauncher launcher, in SecondaryDragView() method in SecondaryDragView
38 public SecondaryDragView(SecondaryDisplayLauncher launcher, View content, int width, int height, in SecondaryDragView() method in SecondaryDragView
DSecondaryDragController.java87 ? new SecondaryDragView( in startDrag()
95 : new SecondaryDragView( in startDrag()