Home | History | Annotate | Download | only in launcher2

Lines Matching refs:OVERSCROLL_DAMP_FACTOR

67     private static final float OVERSCROLL_DAMP_FACTOR = 0.14f;
1199 int overScrollAmount = (int) Math.round(OVERSCROLL_DAMP_FACTOR * f * screenSize);
1219 return OVERSCROLL_DAMP_FACTOR * f;