Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A 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()