Searched refs:childCount (Results 1 – 12 of 12) sorted by relevance
46 int childCount = getChildCount(); in onMeasure() local47 for (int i = 0; i < childCount; i++) { in onMeasure()54 final int childCount = getChildCount(); in onLayout() local67 for (int i = 0; i < childCount; i++) { in onLayout()
186 int childCount = getChildCount();187 for (int i = 0; i < childCount; i++) {231 int childCount = getChildCount();232 for (i = 0; i < childCount; i++) {382 int childCount = getChildCount();383 for (int i = 0; i < childCount; i++) {423 int childCount = getChildCount();424 for (i = 0; i < childCount; i++) {453 int childCount = getChildCount();454 for (int i = 0; i < childCount; i++) {[all …]
70 final int childCount = parent.getChildCount(); in drawVertical() local71 for (int i = 0; i < childCount; i++) { in drawVertical()87 final int childCount = parent.getChildCount(); in drawHorizontal() local88 for (int i = 0; i < childCount; i++) { in drawHorizontal()
119 final int childCount = getChildCount(); in onDraw() local126 if (childCount > 0) { in onDraw()157 for (int i = 0; i < childCount - 1; i++) { in onDraw()
247 final int childCount = getChildCount(); in recycleViewsOutOfBounds() local253 for (int i = 0; i < childCount; i++) { in recycleViewsOutOfBounds()266 for (int i = childCount - 1; i > last; i--) { in recycleViewsOutOfBounds()
628 final int childCount = getChildCount(); in recycleViewsOutOfBounds() local634 for (int i = 0; i < childCount; i++) { in recycleViewsOutOfBounds()645 for (int i = childCount - 1; i > last; i--) { in recycleViewsOutOfBounds()
294 int childCount = parent.getChildCount(); in popChildrenIn() local295 ObjectAnimator[] childAnims = new ObjectAnimator[childCount]; in popChildrenIn()296 for (int i = 0; i < childCount; ++i) { in popChildrenIn()