Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java84 @Thunk DragView mDropView = null;
236 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition()
248 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition()
252 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
312 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition()
345 public void animateView(final DragView view, final Rect from, final Rect to, in animateView()
415 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, in animateView()
496 if (getChildAt(i) instanceof DragView) { in updateChildIndices()
DDragView.java65 public class DragView extends View implements LauncherStateManager.StateListener { class
123 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() method in DragView
257 mTranslateX = new SpringFloatValue(DragView.this, in setItemInfo()
259 mTranslateY = new SpringFloatValue(DragView.this, in setItemInfo()
559 mDragLayer.removeView(DragView.this); in remove()
DDragController.java144 public DragView startDrag(Bitmap b, int dragLayerX, int dragLayerY, in startDrag()
177 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()
352 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java18 import com.android.launcher3.dragndrop.DragView;
178 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate()
/packages/apps/Launcher3/src/com/android/launcher3/
DDropTarget.java23 import com.android.launcher3.dragndrop.DragView;
48 public DragView dragView = null;
DButtonDropTarget.java48 import com.android.launcher3.dragndrop.DragView;
203 mCurrentColorAnim.setDuration(DragView.COLOR_CHANGE_DURATION); in animateTextColor()
DWorkspace.java76 import com.android.launcher3.dragndrop.DragView;
1464 public DragView beginDragShared(View child, DragSource source, ItemInfo dragObject, in beginDragShared()
1524 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, in beginDragShared()
1666 int[] targetCell, float distance, boolean external, DragView dragView) { in createUserFolderIfNecessary()
2609 DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell, boolean scale) {
2657 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, final DragView dragView,
DLauncher.java93 import com.android.launcher3.dragndrop.DragView;
861 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java64 import com.android.launcher3.dragndrop.DragView;
271 final WorkspaceItemInfo srcInfo, final DragView srcView, Rect dstRect, in performCreateAnimation()
296 private void onDrop(final WorkspaceItemInfo item, DragView animateView, Rect finalRect, in onDrop()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java62 import com.android.launcher3.dragndrop.DragView;
608 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(),