Lines Matching refs:round
531 toY += Math.round(scale * tv.getPaddingTop());
533 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
536 toY += Math.round(scale * (child.getPaddingTop() - dragView.getDragRegionTop()));
540 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
542 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
543 toX -= (Math.round(scale * (dragView.getMeasuredWidth()
645 int x = (int) (fromLeft + Math.round(((to.left - fromLeft) * motionPercent)));
646 int y = (int) (fromTop + Math.round(((to.top - fromTop) * motionPercent)));