Home
last modified time | relevance | path

Searched refs:indicatorHeight (Results 1 – 3 of 3) 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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/ThemePicker/src/com/android/customization/widget/
DPreviewPager.java123 int indicatorHeight = mPageIndicator.getVisibility() == VISIBLE in onMeasure() local
126 int pagerHeight = availableHeight - indicatorHeight; in onMeasure()