Home | History | Annotate | Download | only in launcher2

Lines Matching defs:widgetCount

141         final int widgetCount = parent.getChildCount();
177 if (widgetIndex < (widgetCount - 1)) {
208 int newWidgetIndex = Math.min(widgetCount - 1, ((y + 1) * cellCountX) + x);
250 child = parent.getChildAt(widgetCount - 1);
267 parent.getChildAt(widgetCount - 1).requestFocus();