Home | History | Annotate | Download | only in launcher2

Lines Matching refs:trackWidth

1897         int trackWidth = pageWidth - mScrollIndicatorPaddingLeft - mScrollIndicatorPaddingRight;
1906 int indicatorSpace = trackWidth / numPages;
1907 int indicatorPos = (int) (offset * (trackWidth - indicatorSpace)) + mScrollIndicatorPaddingLeft;