Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DSlidingTabLayout.java89 final int indicatorWidth = mIndicatorView.getMeasuredWidth(); in onLayout() local
98 mIndicatorView.layout(totalWidth - indicatorWidth, in onLayout()
103 indicatorWidth, indicatorBottom); in onLayout()