Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DSlidingTabLayout.java87 final int indicatorBottom = getMeasuredHeight(); in onLayout() local
99 indicatorBottom - indicatorHeight, totalWidth, in onLayout()
100 indicatorBottom); in onLayout()
102 mIndicatorView.layout(0, indicatorBottom - indicatorHeight, in onLayout()
103 indicatorWidth, indicatorBottom); in onLayout()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DSlidingTabLayout.java87 final int indicatorBottom = getMeasuredHeight(); in onLayout() local
99 indicatorBottom - indicatorHeight, totalWidth, in onLayout()
100 indicatorBottom); in onLayout()
102 mIndicatorView.layout(0, indicatorBottom - indicatorHeight, in onLayout()
103 indicatorWidth, indicatorBottom); in onLayout()