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

  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 51 private static final int APPWIDGET_HOST_ID = 2048;
76 mAppWidgetHost = new AppWidgetHost(getApplicationContext(), APPWIDGET_HOST_ID);
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 200 static final int APPWIDGET_HOST_ID = 1024;
376 mAppWidgetHost = new LauncherAppWidgetHost(this, APPWIDGET_HOST_ID);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 206 public static final int APPWIDGET_HOST_ID = 1024;
388 mAppWidgetHost = new LauncherAppWidgetHost(this, APPWIDGET_HOST_ID);
    [all...]

Completed in 913 milliseconds