Home | History | Annotate | Download | only in launcher3

Lines Matching refs:childCount

285                 int childCount = childrenLayout.getChildCount();
286 if (childCount > 0) {
287 i = (currentPage * numItemsPerPage) + (childCount / 2);
293 int childCount = layout.getChildCount();
294 if (childCount > 0) {
296 (currentPage * numItemsPerPage) + (childCount / 2);
913 int childCount = layout.getChildCount();
914 for (int i = 0; i < childCount; ++i) {
941 int childCount = getChildCount();
942 for (int i = 0; i < childCount; ++i) {