Home
last modified time | relevance | path

Searched refs:DragView (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java82 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()
DDragView.java70 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()
DDragController.java141 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()
DLauncherDragController.java57 protected DragView startDrag( in startDrag()
103 final DragView dragView = mDragObject.dragView = drawable != null in startDrag()
DLauncherDragView.java28 public class LauncherDragView extends DragView<Launcher>
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java62 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()
DTaskbarDragView.java21 import com.android.launcher3.dragndrop.DragView;
28 public class TaskbarDragView extends DragView<BaseTaskbarContext> {
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragController.java37 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()
DSecondaryDragView.java23 import com.android.launcher3.dragndrop.DragView;
28 public class SecondaryDragView extends DragView<SecondaryDisplayLauncher> {
DSecondaryDragLayer.java38 import com.android.launcher3.dragndrop.DragView;
235 private DragView<SecondaryDisplayLauncher> mDragView; in onIconLongClicked()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java20 import com.android.launcher3.dragndrop.DragView;
175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate()
/packages/apps/Launcher3/src/com/android/launcher3/
DDropTarget.java24 import com.android.launcher3.dragndrop.DragView;
55 public DragView dragView = null;
DButtonDropTarget.java41 import com.android.launcher3.dragndrop.DragView;
233 final DragView dragView = d.dragView; in onDrop()
DWorkspace.java80 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,
DLauncher.java146 import com.android.launcher3.dragndrop.DragView;
1046 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
1259 DragView.removeAllViews(this);
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java31 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/
DFolderIcon.java64 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/
DPopupContainerWithArrow.java61 import com.android.launcher3.dragndrop.DragView;
774 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java99 import com.android.launcher3.dragndrop.DragView;
1402 DragView.removeAllViews(mActivity);