Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DSlidingTabLayout.java88 final int indicatorHeight = mIndicatorView.getMeasuredHeight(); in onLayout() local
99 indicatorBottom - indicatorHeight, totalWidth, in onLayout()
102 mIndicatorView.layout(0, indicatorBottom - indicatorHeight, in onLayout()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DPreviewPager.java166 int indicatorHeight = ((View) mPageIndicator.getParent()).getLayoutParams().height; in onMeasure() local
167 int pagerHeight = availableHeight - indicatorHeight; in onMeasure()