Searched refs:mPageIndicatorHeight (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | PageIndicator.java | 40 private final int mPageIndicatorHeight; field in PageIndicator 78 mPageIndicatorHeight = res.getDimensionPixelSize(R.dimen.qs_page_indicator_height); in PageIndicator() 97 addView(v, new LayoutParams(mPageIndicatorWidth, mPageIndicatorHeight)); in setNumPages() 263 final int heightChildSpec = MeasureSpec.makeMeasureSpec(mPageIndicatorHeight, 269 setMeasuredDimension(width, mPageIndicatorHeight); 280 getChildAt(i).layout(left, 0, mPageIndicatorWidth + left, mPageIndicatorHeight);
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | PageIndicator.java | 55 private final int mPageIndicatorHeight; field in PageIndicator 87 mPageIndicatorHeight = in PageIndicator() 108 addView(v, new LayoutParams(mPageIndicatorWidth, mPageIndicatorHeight)); in setNumPages() 275 final int heightChildSpec = MeasureSpec.makeMeasureSpec(mPageIndicatorHeight, 281 setMeasuredDimension(width, mPageIndicatorHeight); 292 getChildAt(i).layout(left, 0, mPageIndicatorWidth + left, mPageIndicatorHeight);
|