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

  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleBroadcastReceiver.java 17 package com.example.android.apis.appwidget;
19 import android.appwidget.AppWidgetManager;
ExampleAppWidgetConfigure.java 17 package com.example.android.apis.appwidget;
20 import android.appwidget.AppWidgetManager;
41 = "com.example.android.apis.appwidget.ExampleAppWidgetProvider";
ExampleAppWidgetProvider.java 17 package com.example.android.apis.appwidget;
19 import android.appwidget.AppWidgetManager;
20 import android.appwidget.AppWidgetProvider;
85 new ComponentName("com.example.android.apis", ".appwidget.ExampleBroadcastReceiver"),
97 new ComponentName("com.example.android.apis", ".appwidget.ExampleBroadcastReceiver"),
  /frameworks/base/core/java/android/appwidget/
AppWidgetProvider.java 17 package android.appwidget;
25 * A convenience class to aid in implementing an AppWidget provider.
32 * {@link #onEnabled} or {@link #onDisabled} methods to implement your own AppWidget functionality.
34 * <p>For an example of how to write a AppWidget provider, see the
83 * this AppWidget provider is being asked to provide {@link android.widget.RemoteViews RemoteViews}
84 * for a set of AppWidgets. Override this method to implement your own AppWidget functionality.
93 * may be all of the AppWidget instances for this provider, or just
103 * one or more AppWidget instances have been deleted. Override this method to implement
104 * your own AppWidget functionality.
119 * the a AppWidget for this provider is instantiated. Override this method to implement you
    [all...]
AppWidgetProviderInfo.java 17 package android.appwidget;
24 * Describes the meta data for an installed AppWidget provider. The fields in this class
25 * correspond to the fields in the <code>&lt;appwidget-provider&gt;</code> xml tag.
29 * Identity of this AppWidget component. This component should be a {@link
30 * android.content.BroadcastReceiver}, and it will be sent the AppWidget intents
31 * {@link android.appwidget as described in the AppWidget package documentation}.
39 * Minimum width of the AppWidget, in dp.
42 * the AppWidget meta-data file.
47 * Minimum height of the AppWidget, in dp
    [all...]
AppWidgetManager.java 17 package android.appwidget;
29 import com.android.internal.appwidget.IAppWidgetService;
36 * Updates AppWidget state; gets information about installed AppWidget providers and other
37 * AppWidget related state.
43 * Send this from your {@link AppWidgetHost} activity when you want to pick an AppWidget to display.
44 * The AppWidget picker activity will be launched.
50 * <td>A newly allocated appWidgetId, which will be bound to the AppWidget provider
65 * When you receive the result from the AppWidget pick activity, if the resultCode is
66 * {@link android.app.Activity#RESULT_OK}, an AppWidget has been selected. You should the
    [all...]
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...]
AppWidgetHostView.java 17 package android.appwidget;
40 * Provides the glue to show AppWidget views. This class offers automatic animation
56 // When we're inflating the initialLayout for a AppWidget, we only allow
97 * Set the AppWidget that will be displayed by this view.
160 * AppWidget provider. Will animate into these new views as needed
333 * Inflate and return the default layout requested by AppWidget provider.
362 Log.w(TAG, "Error inflating AppWidget " + mInfo + ": " + exception.toString());
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 762 milliseconds