Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragView.java28 public class TaskbarDragView extends DragView<BaseTaskbarContext> { class
29 public TaskbarDragView(BaseTaskbarContext launcher, Drawable drawable, int registrationX, in TaskbarDragView() method in TaskbarDragView
DTaskbarDragController.java283 final DragView dragView = mDragObject.dragView = new TaskbarDragView( in startDrag()