Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java74 @Thunk DragView mDropView = null;
220 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition()
232 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition()
236 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
295 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition()
328 public void animateView(final DragView view, final Rect from, final Rect to, in animateView()
398 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, in animateView()
479 if (getChildAt(i) instanceof DragView) { in updateChildIndices()
DLauncherDragController.java55 protected DragView startDrag( in startDrag()
98 final DragView dragView = mDragObject.dragView = drawable != null in startDrag()
99 ? new DragView( in startDrag()
107 : new DragView( in startDrag()
DDragView.java72 public class DragView extends FrameLayout implements StateListener<LauncherState> { class
113 public DragView(Launcher launcher, Drawable drawable, int registrationX, in DragView() method in DragView
136 public DragView(Launcher launcher, View content, int width, int height, int registrationX, in DragView() method in DragView
262 mTranslateX = new SpringFloatValue(DragView.this, in setItemInfo()
264 mTranslateY = new SpringFloatValue(DragView.this, in setItemInfo()
522 mDragLayer.removeView(DragView.this); in remove()
DDragController.java137 public DragView startDrag( in startDrag()
174 public DragView startDrag( in startDrag()
191 protected abstract DragView startDrag( in startDrag()
334 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java18 import com.android.launcher3.dragndrop.DragView;
175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate()
/packages/apps/Launcher3/src/com/android/launcher3/
DDropTarget.java25 import com.android.launcher3.dragndrop.DragView;
56 public DragView dragView = null;
DButtonDropTarget.java40 import com.android.launcher3.dragndrop.DragView;
213 final DragView dragView = d.dragView; in onDrop()
DWorkspace.java75 import com.android.launcher3.dragndrop.DragView;
1451 public DragView beginDragShared(View child, DraggableView draggableView, DragSource source, in beginDragShared()
1514 final DragView dv; in beginDragShared()
1789 final DragView dragView = d.dragView; in onDrop()
2642 DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell, boolean scale) {
2690 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, final DragView dragView,
DLauncher.java127 import com.android.launcher3.dragndrop.DragView;
903 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java56 import com.android.launcher3.dragndrop.DragView;
317 protected DragView startDrag(@Nullable Drawable drawable, @Nullable View view, in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java35 import com.android.launcher3.dragndrop.DragView;
295 if (host.getParent() instanceof DragView) { in getSupportedResizeActions()
296 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;
304 final DragView srcView = d.dragView; in performCreateAnimation()
332 DragView animateView = d.dragView; in onDrop()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java56 import com.android.launcher3.dragndrop.DragView;
673 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,