Searched refs:titleCount (Results 1 – 2 of 2) sorted by relevance
74 final int titleCount = mTitleView.getChildCount(); in onMeasure() local75 if (titleCount > 0) { in onMeasure()77 mTitleView.getMeasuredWidth() / titleCount, MeasureSpec.EXACTLY); in onMeasure()110 final int titleCount = mTitleView.getChildCount(); in onClick() local111 for (int i = 0; i < titleCount; i++) { in onClick()163 final int titleCount = mTitleView.getChildCount(); in onPageScrolled() local164 if ((titleCount == 0) || (position < 0) || (position >= titleCount)) { in onPageScrolled()181 final int titleCount = mTitleView.getChildCount(); in onPageSelected() local182 for (int i = 0; i < titleCount; i++) { in onPageSelected()