Lines Matching refs:round
1107 final int touchSlop = Math.round(touchSlopScale * mTouchSlop);1175 int overScrollAmount = (int) Math.round(f * screenSize);1199 int overScrollAmount = (int) Math.round(OVERSCROLL_DAMP_FACTOR * f * screenSize);1549 duration = 4 * Math.round(1000 * Math.abs(distance / velocity));