Lines Matching refs:getChildCount
200 mPageIndicator.setMarkersCount(getChildCount()); in initParentViews()
226 return getChildCount(); in getPageCount()
367 if (getChildCount() == 0) { in setCurrentPage()
568 if (getChildCount() == 0) { in onMeasure()
610 final int childCount = getChildCount(); in onLayout()
668 final int childCount = getChildCount(); in getPageScrolls()
729 int childCount = getChildCount(); in computeMaxScroll()
749 mPageIndicator.setMarkersCount(getChildCount()); in dispatchPageCountChanged()
770 if (index < 0 || index > getChildCount() - 1) return 0; in getChildOffset()
920 if (getChildCount() <= 0) return false; in onInterceptTouchEvent()
1059 int count = getChildCount(); in getScrollProgress()
1126 if (getChildCount() <= 0) return false; in onTouchEvent()
1284 mCurrentPage < getChildCount() - 1) { in onTouchEvent()
1464 final int childCount = getChildCount(); in getPageNearestToCenterOfScreen()
1620 if (getNextPage() < getChildCount() - 1) { in scrollRight()
1724 getNextPage() + 1, getChildCount()); in getCurrentPageDescription()
1752 final int childCount = getChildCount(); in getVisibleChildrenRange()