HomeSort by relevance Sort by last modified time
    Searched defs:toScale (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 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,
    [all...]
PagedView.java     [all...]

Completed in 52 milliseconds