/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 82 private DragView mDropView = null; 231 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() 238 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() 242 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() 299 public void animateViewIntoPosition(final DragView view, in animateViewIntoPosition() 325 public void animateView(final DragView view, final Rect to, in animateView() 376 public void playDropAnimation(final DragView view, Animator animator, int animationEndStyle) { in playDropAnimation() 431 if (getChildAt(i) instanceof DragView) { in updateChildIndices()
|
D | DragView.java | 70 public abstract class DragView<T extends Context & ActivityContext> extends FrameLayout { class 114 public DragView(T launcher, Drawable drawable, int registrationX, in DragView() method in DragView 137 public DragView(T activity, View content, int width, int height, int registrationX, in DragView() method in DragView 263 mTranslateX = new SpringFloatValue(DragView.this, in setItemInfo() 265 mTranslateY = new SpringFloatValue(DragView.this, in setItemInfo() 500 mDragLayer.removeView(DragView.this); in remove() 593 if (child instanceof DragView) { in removeAllViews()
|
D | DragController.java | 141 public DragView startDrag( in startDrag() 181 public DragView startDrag( in startDrag() 198 protected abstract DragView startDrag( in startDrag() 350 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
|
D | LauncherDragController.java | 57 protected DragView startDrag( in startDrag() 103 final DragView dragView = mDragObject.dragView = drawable != null in startDrag()
|
D | LauncherDragView.java | 28 public class LauncherDragView extends DragView<Launcher>
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarDragController.java | 62 import com.android.launcher3.dragndrop.DragView; 158 DragView dragView = startInternalDrag(btv, dragPreviewProvider); in startDragOnLongClick() 169 private DragView startInternalDrag( in startInternalDrag() 200 private DragView mDragView; in startInternalDrag() 246 protected DragView startDrag(@Nullable Drawable drawable, @Nullable View view, in startDrag() 268 final DragView dragView = mDragObject.dragView = new TaskbarDragView( in startDrag() 484 DragView dragView = mDragObject.dragView; in endDrag()
|
D | TaskbarDragView.java | 21 import com.android.launcher3.dragndrop.DragView; 28 public class TaskbarDragView extends DragView<BaseTaskbarContext> {
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDragController.java | 37 import com.android.launcher3.dragndrop.DragView; 54 protected DragView startDrag(@Nullable Drawable drawable, @Nullable View view, in startDrag() 92 final DragView dragView = mDragObject.dragView = drawable != null in startDrag()
|
D | SecondaryDragView.java | 23 import com.android.launcher3.dragndrop.DragView; 28 public class SecondaryDragView extends DragView<SecondaryDisplayLauncher> {
|
D | SecondaryDragLayer.java | 38 import com.android.launcher3.dragndrop.DragView; 235 private DragView<SecondaryDisplayLauncher> mDragView; in onIconLongClicked()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FlingAnimation.java | 20 import com.android.launcher3.dragndrop.DragView; 175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DropTarget.java | 24 import com.android.launcher3.dragndrop.DragView; 55 public DragView dragView = null;
|
D | ButtonDropTarget.java | 41 import com.android.launcher3.dragndrop.DragView; 233 final DragView dragView = d.dragView; in onDrop()
|
D | Workspace.java | 80 import com.android.launcher3.dragndrop.DragView; 1609 public DragView beginDragShared(View child, DraggableView draggableView, DragSource source, in beginDragShared() 1672 final DragView dv; in beginDragShared() 2885 DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell, boolean scale, 2943 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, final DragView dragView,
|
D | Launcher.java | 146 import com.android.launcher3.dragndrop.DragView; 1046 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, 1259 DragView.removeAllViews(this);
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 31 import com.android.launcher3.dragndrop.DragView; 208 if (host.getParent() instanceof DragView) { in getSupportedResizeActions() 209 layout = (CellLayout) ((DragView) host.getParent()).getContentViewParent().getParent(); in getSupportedResizeActions()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderIcon.java | 64 import com.android.launcher3.dragndrop.DragView; 309 final DragView srcView = d.dragView; in performCreateAnimation() 337 DragView animateView = d.dragView; in onDrop()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 61 import com.android.launcher3.dragndrop.DragView; 774 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | AbsSwipeUpHandler.java | 99 import com.android.launcher3.dragndrop.DragView; 1402 DragView.removeAllViews(mActivity);
|