HomeSort by relevance Sort by last modified time
    Searched refs:widgetCount (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 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();
    [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 573 final int widgetCount = provider.widgets.size();
574 if (widgetCount == 0) {
605 for (int j = 0; j < widgetCount; j++) {
624 final int widgetCount = provider.widgets.size();
625 for (int j = 0; j < widgetCount; j++) {
    [all...]

Completed in 193 milliseconds