Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DDragPreviewProvider.java33 import com.android.launcher3.dragndrop.DraggableView;
71 if (mView instanceof DraggableView) { in drawDragView()
72 DraggableView dv = (DraggableView) mView; in drawDragView()
96 if (mView instanceof DraggableView) { in createDrawable()
97 ((DraggableView) mView).getSourceVisualDragBounds(mTempRect); in createDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java41 import com.android.launcher3.dragndrop.DraggableView;
109 DraggableView draggableView; in startDrag()
173 draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_WIDGET); in startDrag()
202 draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON); in startDrag()
DNavigableAppWidgetHostView.java29 import com.android.launcher3.dragndrop.DraggableView;
39 implements DraggableView, Reorderable {
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDraggableView.java29 public interface DraggableView { interface
36 static DraggableView ofType(int type) { in ofType()
DLauncherDragController.java59 DraggableView originalView, in startDrag()
98 if (originalView.getViewType() == DraggableView.DRAGGABLE_WIDGET) { in startDrag()
DDragController.java148 DraggableView originalView, in startDrag()
183 DraggableView originalView, in startDrag()
199 DraggableView originalView, in startDrag()
DDragLayer.java270 if (child instanceof DraggableView) { in animateViewIntoPosition()
274 DraggableView d = (DraggableView) child; in animateViewIntoPosition()
/packages/apps/Launcher3/src/com/android/launcher3/
DDropTarget.java25 import com.android.launcher3.dragndrop.DraggableView;
78 public DraggableView originalView = null;
DCellLayout.java19 import static com.android.launcher3.dragndrop.DraggableView.DRAGGABLE_ICON;
68 import com.android.launcher3.dragndrop.DraggableView;
549 return child instanceof DraggableView in canCreateFolder()
550 && ((DraggableView) child).getViewType() == DRAGGABLE_ICON; in canCreateFolder()
903 if (child instanceof DraggableView) { in getWorkspaceCellVisualCenter()
904 DraggableView draggableChild = (DraggableView) child; in getWorkspaceCellVisualCenter()
DBubbleTextView.java64 import com.android.launcher3.dragndrop.DraggableView;
97 IconLabelDotView, DraggableView, Reorderable {
DWorkspace.java88 import com.android.launcher3.dragndrop.DraggableView;
1675 public DragView beginDragShared(View child, DraggableView draggableView, DragSource source, in beginDragShared()
1694 if (draggableView == null && child instanceof DraggableView) { in beginDragShared()
1695 draggableView = (DraggableView) child; in beginDragShared()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java45 import com.android.launcher3.dragndrop.DraggableView;
388 DraggableView draggableView = null; in beginDragShared()
389 if (child instanceof DraggableView) { in beginDragShared()
390 draggableView = (DraggableView) child; in beginDragShared()
DSecondaryDragController.java38 import com.android.launcher3.dragndrop.DraggableView;
54 DraggableView originalView, int dragLayerX, int dragLayerY, DragSource source, in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java56 import com.android.launcher3.dragndrop.DraggableView;
637 DraggableView draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON);
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIcon.java38 import com.android.launcher3.dragndrop.DraggableView;
54 public class AppPairIcon extends FrameLayout implements DraggableView, Reorderable {
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java68 import com.android.launcher3.dragndrop.DraggableView;
96 DraggableView, Reorderable {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java68 import com.android.launcher3.dragndrop.DraggableView;
260 DraggableView originalView, int dragLayerX, int dragLayerY, DragSource source, in startDrag()