Home | History | Annotate | Download | only in launcher2

Lines Matching defs:trackWidth

1860         int trackWidth = pageWidth - mScrollIndicatorPaddingLeft - mScrollIndicatorPaddingRight;
1865 int indicatorSpace = trackWidth / numPages;
1866 int indicatorPos = (int) (offset * (trackWidth - indicatorSpace)) + mScrollIndicatorPaddingLeft;