Home | History | Annotate | Download | only in launcher3

Lines Matching refs:childCount

1950             final int childCount = getChildCount();
1951 for (int i = 0; i < childCount; i++) {
2096 final int childCount = getChildCount();
2097 if (mLastChildCount == childCount) return;
2099 mOldBackgroundAlphas = new float[childCount];
2100 mOldAlphas = new float[childCount];
2101 mNewBackgroundAlphas = new float[childCount];
2102 mNewAlphas = new float[childCount];
4735 int childCount = layout.getChildCount();
4736 for (int i = 0; i < childCount; ++i) {
4867 final int childCount = folderChildren.size();
4868 for (int childIdx = 0; childIdx < childCount; childIdx++) {