Home
last modified time | relevance | path

Searched refs:mPageIndicatorWidth (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DPageIndicator.java54 private final int mPageIndicatorWidth; field in PageIndicator
85 mPageIndicatorWidth = in PageIndicator()
89 mPageDotWidth = (int) (mPageIndicatorWidth * SINGLE_SCALE); in PageIndicator()
108 addView(v, new LayoutParams(mPageIndicatorWidth, mPageIndicatorHeight)); in setNumPages()
273 final int widthChildSpec = MeasureSpec.makeMeasureSpec(mPageIndicatorWidth,
280 int width = (mPageIndicatorWidth - mPageDotWidth) * (N - 1) + mPageDotWidth;
291 int left = (mPageIndicatorWidth - mPageDotWidth) * i;
292 getChildAt(i).layout(left, 0, mPageIndicatorWidth + left, mPageIndicatorHeight);