Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
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()