Home | History | Annotate | Download | only in launcher3

Lines Matching defs:toScale

535         float toScale = scale;
540 toScale = scale / dragView.getIntrinsicIconScaleFactor();
545 toY += Math.round(toScale * tv.getPaddingTop());
546 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2;
572 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,