Searched refs:DropTarget (Results 1 – 6 of 6) sorted by relevance
21 import com.android.systemui.recents.views.DropTarget;30 public final DropTarget dropTarget;32 public DragDropTargetChangedEvent(Task task, DropTarget dropTarget) { in DragDropTargetChangedEvent()
21 import com.android.systemui.recents.views.DropTarget;31 public final DropTarget dropTarget;33 public DragEndEvent(Task task, TaskView taskView, DropTarget dropTarget) { in DragEndEvent()
69 private DropTarget mLastDropTarget;71 private ArrayList<DropTarget> mDropTargets = new ArrayList<>();89 public void registerDropTargetForCurrentDrag(DropTarget target) { in registerDropTargetForCurrentDrag()234 DropTarget currentDropTarget = null; in handleTouchEvent()246 for (DropTarget target : mDropTargets) { in handleTouchEvent()
24 public interface DropTarget { interface
58 public class DockState implements DropTarget {
236 private DropTarget mStackDropTarget = new DropTarget() {