Lines Matching defs:animateViewIntoPosition
492 public void animateViewIntoPosition(DragView dragView, final View child) {
493 animateViewIntoPosition(dragView, child, null, null);
496 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha,
504 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
508 public void animateViewIntoPosition(DragView dragView, final View child,
510 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, anchorView);
513 public void animateViewIntoPosition(DragView dragView, final View child, int duration,
572 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
576 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY,