Lines Matching refs:getChildCount
202 mPageIndicator.setMarkersCount(getChildCount() / getPanelCount()); in initParentViews()
228 return getChildCount(); in getPageCount()
443 if (getChildCount() == 0) { in setCurrentPage()
677 if (getChildCount() == 0) { in onMeasure()
717 return mPageScrolls != null && mPageScrolls.length == getChildCount(); in isPageScrollsInitialized()
741 final int childCount = getChildCount(); in onLayout()
807 final int childCount = getChildCount(); in getPageScrolls()
876 int childCount = getChildCount(); in computeMaxScroll()
896 mPageIndicator.setMarkersCount(getChildCount() / getPanelCount()); in dispatchPageCountChanged()
920 if (index < 0 || index > getChildCount() - 1) return 0; in getChildOffset()
1058 if (getChildCount() <= 0) return false; in onInterceptTouchEvent()
1196 int pageCount = getChildCount(); in getScrollProgress()
1266 if (getChildCount() <= 0) return false; in onTouchEvent()
1430 mCurrentPage < getChildCount() - 1) { in onTouchEvent()
1631 final int childCount = getChildCount(); in getPageNearestToCenterOfScreen()
1791 if (getNextPage() < getChildCount() - 1) { in scrollRight()
1911 getNextPage() + 1, getChildCount()); in getCurrentPageDescription()
1939 final int childCount = getChildCount(); in getVisibleChildrenRange()