Home | History | Annotate | Download | only in launcher2

Lines Matching refs:round

218         coord[0] = (int) Math.round(pt[0]);
219 coord[1] = (int) Math.round(pt[1]);
374 toY += Math.round(scale * tv.getPaddingTop());
375 toY -= (dragView.getHeight() - (int) Math.round(scale * d.getIntrinsicHeight())) / 2;
377 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
382 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
384 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
385 toX -= (Math.round(scale * (dragView.getMeasuredWidth()
490 mDropViewPos[0] = from.left + (int) Math.round(((to.left - from.left) * motionPercent));
491 mDropViewPos[1] = from.top + (int) Math.round(((to.top - from.top) * motionPercent));