Home | History | Annotate | Download | only in launcher2

Lines Matching refs:round

968         final int touchSlop = Math.round(touchSlopScale * mTouchSlop);
1036 int overScrollAmount = (int) Math.round(f * screenSize);
1058 int overScrollAmount = (int) Math.round(OVERSCROLL_DAMP_FACTOR * f * screenSize);
1434 duration = 4 * Math.round(1000 * Math.abs(distance / velocity));