Home | History | Annotate | Download | only in launcher3

Lines Matching refs:childCount

836         int childCount = getChildCount();
837 for (int i = 0; i < childCount; i++) {
842 mChildCountOnLastUpdate = childCount;
846 protected int getChildDrawingOrder(int childCount, int i) {
847 if (mChildCountOnLastUpdate != childCount) {
859 } else if (i == childCount - 1) {