Home | History | Annotate | Download | only in launcher2

Lines Matching refs:trackWidth

1833         int trackWidth = pageWidth - mScrollIndicatorPaddingLeft - mScrollIndicatorPaddingRight;
1838 int indicatorSpace = trackWidth / numPages;
1839 int indicatorPos = (int) (offset * (trackWidth - indicatorSpace)) + mScrollIndicatorPaddingLeft;