Home | History | Annotate | Download | only in launcher2

Lines Matching refs:round

1062         final int touchSlop = Math.round(touchSlopScale * mTouchSlop);
1130 int overScrollAmount = (int) Math.round(f * screenSize);
1154 int overScrollAmount = (int) Math.round(OVERSCROLL_DAMP_FACTOR * f * screenSize);
1495 duration = 4 * Math.round(1000 * Math.abs(distance / velocity));