Home | History | Annotate | Download | only in launcher3

Lines Matching refs:totalDistance

1476         final int totalDistance;
1484 totalDistance = v.getMeasuredWidth() + mPageSpacing;
1486 totalDistance = Math.abs(getScrollForPage(adjacentPage) - getScrollForPage(page));
1489 float scrollProgress = delta / (totalDistance * 1.0f);