Searched refs:fromX (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java463 final int fromX = r.left;
466 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
518 final int fromX = r.left;
529 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale,
533 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, argument
537 Rect from = new Rect(fromX, fromY, fromX +
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java501 final int fromX = r.left;
504 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
561 final int fromX = r.left;
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, argument
580 Rect from = new Rect(fromX, fromY, fromX +
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java685 private void startAnimTranslation(int fromX, int toX, argument
687 if (fromX == toX && fromY == toY) {
696 mAnimatorTranslateX = ValueAnimator.ofInt(fromX, toX);

Completed in 82 milliseconds