Home | History | Annotate | Download | only in launcher3

Lines Matching refs:round

1467         final int touchSlop = Math.round(touchSlopScale * mTouchSlop);
1566 int overScrollAmount = (int) Math.round(f * screenSize);
1590 int overScrollAmount = (int) Math.round(OVERSCROLL_DAMP_FACTOR * f * screenSize);
2151 duration = 4 * Math.round(1000 * Math.abs(distance / velocity));