Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java11 import com.android.launcher3.DragView;
98 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java66 private DragView mDropView = null;
454 public void animateViewIntoPosition(DragView dragView, final View child) { in animateViewIntoPosition()
458 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition()
470 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition()
475 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
533 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition()
565 public void animateView(final DragView view, final Rect from, final Rect to, in animateView()
634 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, in animateView()
DDragView.java35 public class DragView extends View { class
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() method in DragView
291 mDragLayer.removeView(DragView.this); in remove()
DDeleteDropTarget.java295 final DragView dragView = (DragView) dragLayer.getAnimatedView(); in createFlingToTrashAnimatorListener()
343 final DragView dragView = (DragView) mDragLayer.getAnimatedView();
DDragController.java246 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()
380 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
788 DragView getDragView() {
DDropTarget.java49 public DragView dragView = null;
DFolderIcon.java322 final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, in performCreateAnimation()
358 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, in onDrop()
DWorkspace.java2095 int[] targetCell, float distance, boolean external, DragView dragView,
2629 boolean overlaps(CellLayout cl, DragView dragView,
2673 DragView dragView, float originX, float originY, boolean exact) {
2722 DragView dragView, float[] recycle) {
2939 DragView dragView;
2943 int spanY, DragView dragView, View child) {
3204 DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell,
3239 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView,
DFolder.java643 DragView dragView, float[] recycle) { in getDragViewVisualCenter()
DLauncher.java754 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()
/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java123 DragView.setColorScale(mHoverColor, mCurrentFilter); in onDragEnter()
154 mCurrentColorAnim.setDuration(DragView.COLOR_CHANGE_DURATION); in animateTextColor()
162 DragView.setColorScale(getTextColor(), mSrcFilter); in animateTextColor()
163 DragView.setColorScale(targetColor, mDstFilter); in animateTextColor()
DDragLayer.java73 @Thunk DragView mDropView = null;
554 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition()
566 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition()
571 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
638 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition()
670 public void animateView(final DragView view, final Rect from, final Rect to, in animateView()
740 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, in animateView()
826 if (getChildAt(i) instanceof DragView) { in updateChildIndices()
DDragView.java40 public class DragView extends View { class
80 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() method in DragView
354 mDragLayer.removeView(DragView.this); in remove()
DDragController.java213 public DragView startDrag(Bitmap b, int dragLayerX, int dragLayerY, in startDrag()
242 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()
394 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
829 DragView getDragView() {
DDropTarget.java49 public DragView dragView = null;
DFolderIcon.java383 final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, in performCreateAnimation()
420 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, in onDrop()
DWorkspace.java2440 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(), in beginDragShared()
2485 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(), in beginExternalDragShared()
2643 int[] targetCell, float distance, boolean external, DragView dragView, in createUserFolderIfNecessary()
3204 DragView dragView, float originX, float originY, boolean exact) {
3718 DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell, boolean scale) {
3753 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, final DragView dragView,
DLauncher.java928 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()