Home | History | Annotate | Download | only in launcher2

Lines Matching refs:round

296         coord[0] = (int) Math.round(pt[0]);
297 coord[1] = (int) Math.round(pt[1]);
452 toY += Math.round(scale * tv.getPaddingTop());
453 toY -= (dragView.getHeight() - (int) Math.round(scale * d.getIntrinsicHeight())) / 2;
455 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
460 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
462 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
463 toX -= (Math.round(scale * (dragView.getMeasuredWidth()
568 mDropViewPos[0] = from.left + (int) Math.round(((to.left - from.left) * motionPercent));
569 mDropViewPos[1] = from.top + (int) Math.round(((to.top - from.top) * motionPercent));