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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHost.java 19 import android.appwidget.AppWidgetHost;
20 import android.appwidget.AppWidgetHostView;
21 import android.appwidget.AppWidgetProviderInfo;
36 AppWidgetProviderInfo appWidget) {
Launcher.java 76 import android.appwidget.AppWidgetManager;
77 import android.appwidget.AppWidgetProviderInfo;
    [all...]
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
AppWidgetHostActivity.java 24 import android.appwidget.AppWidgetHost;
25 import android.appwidget.AppWidgetHostView;
26 import android.appwidget.AppWidgetProviderInfo;
27 import android.appwidget.AppWidgetManager;
97 AppWidgetProviderInfo appWidget = mAppWidgetManager.getAppWidgetInfo(appWidgetId);
99 if (appWidget.configure != null) {
100 // configure the AppWidget if we should
101 configureAppWidget(CONFIGURE_APPWIDGET_REQUEST, appWidgetId, appWidget.configure);
104 addAppWidgetView(appWidgetId, appWidget);
119 AppWidgetProviderInfo appWidget = mAppWidgetManager.getAppWidgetInfo(appWidgetId)
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 17 package android.appwidget;
31 import com.android.internal.appwidget.IAppWidgetHost;
32 import com.android.internal.appwidget.IAppWidgetService;
35 * AppWidgetHost provides the interaction with the AppWidget service for apps,
157 * Stop listening to changes for this AppWidget.
172 * Remove all records about this host from the AppWidget manager.
175 * <li>Call this to have the AppWidget manager release all resources associated with your
192 * <li>Call this to have the AppWidget manager release all resources associated with your
206 AppWidgetProviderInfo appWidget) {
207 AppWidgetHostView view = onCreateView(context, appWidgetId, appWidget);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/
XmlDescriptors.java 126 * @param appWidgetStyleMap The map style=>attributes for <appwidget-provider> from the attrs.xml file
140 ElementDescriptor appWidget = createAppWidgetProviderInfo(appWidgetStyleMap, xmlns);
147 if (appWidget != null) {
148 list.add(appWidget);
149 mAppWidgetDescriptor.setChildren(new ElementDescriptor[]{ appWidget });
193 * Returns the new ElementDescriptor for <appwidget-provider>
203 ElementDescriptor appWidget = createElement(appWidgetStyleMap,
205 "appwidget-provider", //$NON-NLS-1$ xmlName
206 "AppWidget Provider", // uiName
211 return appWidget;
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 211 AppWidgetService appWidget = null;
393 Slog.i(TAG, "AppWidget Service");
394 appWidget = new AppWidgetService(context);
395 ServiceManager.addService(Context.APPWIDGET_SERVICE, appWidget);
397 Slog.e(TAG, "Failure starting AppWidget Service", e);
472 final AppWidgetService appWidgetF = appWidget;
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 338 milliseconds