Home | History | Annotate | Download | only in launcher3

Lines Matching defs:screenSize

1553         int screenSize = getViewportWidth();
1557 float f = OVERSCROLL_ACCELERATE_FACTOR * (amount / screenSize);
1566 int overScrollAmount = (int) Math.round(f * screenSize);
1578 int screenSize = getViewportWidth();
1580 float f = (amount / screenSize);
1590 int overScrollAmount = (int) Math.round(OVERSCROLL_DAMP_FACTOR * f * screenSize);