Home | History | Annotate | Download | only in launcher2

Lines Matching refs:screenSize

1162         int screenSize = getMeasuredWidth();
1166 float f = OVERSCROLL_ACCELERATE_FACTOR * (amount / screenSize);
1175 int overScrollAmount = (int) Math.round(f * screenSize);
1187 int screenSize = getMeasuredWidth();
1189 float f = (amount / screenSize);
1199 int overScrollAmount = (int) Math.round(OVERSCROLL_DAMP_FACTOR * f * screenSize);