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

  /packages/apps/DeskClock/src/com/android/alarmclock/
AnalogAppWidgetProvider.java 48 final int widgetCount = wm.getAppWidgetIds(provider).length;
51 dm.updateWidgetCount(getClass(), widgetCount, R.string.category_analog_widget);
  /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 610 final int widgetCount = provider.widgets.size();
611 if (widgetCount == 0) {
651 for (int j = 0; j < widgetCount; j++) {
670 final int widgetCount = provider.widgets.size();
671 for (int j = 0; j < widgetCount; j++) {
    [all...]

Completed in 70 milliseconds