Home | History | Annotate | Download | only in launcher3

Lines Matching defs:from

101      * Used to create a new DragLayer from XML.
614 // Account for the source scale of the icon (ie. from AllApps to Workspace, in which
660 Rect from = new Rect(fromX, fromY, fromX +
663 animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration,
672 * @param from The initial location of the view. Only the left and top parameters are used.
688 public void animateView(final DragView view, final Rect from, final Rect to,
695 final float dist = (float) Math.hypot(to.left - from.left, to.top - from.top);
735 float fromLeft = from.left + (initialScaleX - 1f) * width / 2;
736 float fromTop = from.top + (initialScaleY - 1f) * height / 2;