Lines Matching refs:childCount
525 final int childCount = getChildCount(); in onMeasure() local
526 for (int i = 0; i < childCount; i++) { in onMeasure()
567 if (childCount > 0) { in onMeasure()
586 if (childCount > 0) { in onMeasure()
587 final int index = isLayoutRtl() ? 0 : childCount - 1; in onMeasure()
614 int childCount = getChildCount(); in setLayoutScale() local
615 float childrenX[] = new float[childCount]; in setLayoutScale()
616 float childrenY[] = new float[childCount]; in setLayoutScale()
617 for (int i = 0; i < childCount; i++) { in setLayoutScale()
628 for (int i = 0; i < childCount; i++) { in setLayoutScale()
652 final int childCount = getChildCount(); in onLayout() local
655 final int startIndex = isRtl ? childCount - 1 : 0; in onLayout()
656 final int endIndex = isRtl ? -1 : childCount; in onLayout()
1450 final int childCount = getChildCount(); in getChildIndexForRelativeOffset() local
1453 final int startIndex = isRtl ? childCount - 1 : 0; in getChildIndexForRelativeOffset()
1454 final int endIndex = isRtl ? -1 : childCount; in getChildIndexForRelativeOffset()
1478 final int childCount = getChildCount(); in getPageNearestToCenterOfScreen() local
1479 for (int i = 0; i < childCount; ++i) { in getPageNearestToCenterOfScreen()