Home | History | Annotate | Download | only in launcher2

Lines Matching refs:round

1024         final int touchSlop = Math.round(touchSlopScale * mTouchSlop);
1092 int overScrollAmount = (int) Math.round(f * screenSize);
1116 int overScrollAmount = (int) Math.round(OVERSCROLL_DAMP_FACTOR * f * screenSize);
1458 duration = 4 * Math.round(1000 * Math.abs(distance / velocity));