Lines Matching refs:getChildCount
197 mPageIndicator.setMarkersCount(getChildCount()); in initParentViews()
223 return getChildCount(); in getPageCount()
317 if (getChildCount() == 0) { in setCurrentPage()
520 if (getChildCount() == 0) { in onMeasure()
562 final int childCount = getChildCount(); in onLayout()
620 final int childCount = getChildCount(); in getPageScrolls()
675 int childCount = getChildCount(); in computeMaxScrollX()
695 mPageIndicator.setMarkersCount(getChildCount()); in dispatchPageCountChanged()
716 if (index < 0 || index > getChildCount() - 1) return 0; in getChildOffset()
850 if (getChildCount() <= 0 || shouldDisableGestures(ev)) return false; in onInterceptTouchEvent()
980 int count = getChildCount(); in getScrollProgress()
1098 if (getChildCount() <= 0 || shouldDisableGestures(ev)) return false; in onTouchEvent()
1193 mCurrentPage < getChildCount() - 1) { in onTouchEvent()
1367 final int childCount = getChildCount(); in getPageNearestToCenterOfScreen()
1538 if (getNextPage() < getChildCount() - 1) { in scrollRight()
1621 getNextPage() + 1, getChildCount()); in getCurrentPageDescription()
1649 final int childCount = getChildCount(); in getVisibleChildrenRange()