D | DragLayer.java | 220 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() method in DragLayer 228 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition() 232 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() method in DragLayer 233 animateViewIntoPosition(dragView, child, -1, anchorView); in animateViewIntoPosition() 236 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() method in DragLayer 291 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition() 295 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() method in DragLayer
|