Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DSlidingTabLayout.java74 final int titleCount = mTitleView.getChildCount(); in onMeasure() local
75 if (titleCount > 0) { in onMeasure()
77 mTitleView.getMeasuredWidth() / titleCount, MeasureSpec.EXACTLY); in onMeasure()
110 final int titleCount = mTitleView.getChildCount(); in onClick() local
111 for (int i = 0; i < titleCount; i++) { in onClick()
163 final int titleCount = mTitleView.getChildCount(); in onPageScrolled() local
164 if ((titleCount == 0) || (position < 0) || (position >= titleCount)) { in onPageScrolled()
181 final int titleCount = mTitleView.getChildCount(); in onPageSelected() local
182 for (int i = 0; i < titleCount; i++) { in onPageSelected()