D | DragLayer.java | 239 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() method in DragLayer 247 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition() 251 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() method in DragLayer 252 animateViewIntoPosition(dragView, child, -1, anchorView); in animateViewIntoPosition() 255 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() method in DragLayer 312 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition() 316 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() method in DragLayer
|