Searched refs:childCount (Results 1 – 9 of 9) sorted by relevance
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 …]
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()
119 final int childCount = getChildCount(); in onDraw() local126 if (childCount > 0) { in onDraw()157 for (int i = 0; i < childCount - 1; i++) { in onDraw()
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()