HomeSort by relevance Sort by last modified time
    Searched full:appwidget (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/res/xml/
appwidget_info.xml 0 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
7 </appwidget-provider>
  /frameworks/base/core/java/android/appwidget/
package.html 3 views are called widgets, and are published by "AppWidget providers." The component that can
4 contain widgets is called a "AppWidget host."
14 <h2><a name="providers"></a>AppWidget Providers</h2>
17 android.appwidget.AppWidgetManager#ACTION_APPWIDGET_UPDATE AppWidgetManager.ACTION_APPWIDGET_UPDATE} intent,
19 {@link android.appwidget.AppWidgetProvider} class, which extends BroadcastReceiver, as a convenience
23 <h2>AppWidget Hosts</h3>
29 {@link android.appwidget.AppWidgetHost AppWidgetHost} class.</p>
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...]
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...]
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...]
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.aidl 17 package android.appwidget;
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/res/xml/
appwidget_info.xml 2 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
9 </appwidget-provider>
  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/
AndroidManifest.xml 8 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
10 <meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info" />
  /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) {
LauncherAppWidgetInfo.java 19 import android.appwidget.AppWidgetHostView;
29 * {@link android.appwidget.AppWidgetManager} for updates.
52 return "AppWidget(id=" + Integer.toString(appWidgetId) + ")";
  /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...]
  /development/apps/BuildWidget/
AndroidManifest.xml 11 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
13 <meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_build" />
  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetHost.aidl 17 package com.android.internal.appwidget;
20 import android.appwidget.AppWidgetProviderInfo;
IAppWidgetService.aidl 17 package com.android.internal.appwidget;
20 import android.appwidget.AppWidgetProviderInfo;
21 import com.android.internal.appwidget.IAppWidgetHost;
  /packages/apps/DeskClock/res/xml/
analog_appwidget.xml 17 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
23 </appwidget-provider>
  /packages/apps/Music/res/xml/
appwidget_info.xml 17 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
23 </appwidget-provider>
  /packages/apps/Phone/res/xml/
eri_text_appwidget.xml 16 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
22 </appwidget-provider>
  /packages/apps/Settings/res/xml/
appwidget_info.xml 17 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
22 </appwidget-provider>
  /packages/providers/CalendarProvider/res/xml/
appwidget_info.xml 17 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
23 </appwidget-provider>
  /development/samples/ApiDemos/res/xml/
appwidget_provider.xml 17 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
22 android:configure="com.example.android.apis.appwidget.ExampleAppWidgetConfigure"
24 </appwidget-provider>
  /frameworks/base/docs/html/guide/topics/appwidgets/
index.jd 35 <li>{@link android.appwidget.AppWidgetProvider}</li>
36 <li>{@link android.appwidget.AppWidgetProviderInfo}</li>
37 <li>{@link android.appwidget.AppWidgetManager}</li>
45 home screen widgets and the AppWidget framework &raquo;</a></li>
58 <img src="{@docRoot}images/appwidget.png" alt="" />
68 <dt>{@link android.appwidget.AppWidgetProviderInfo} object</dt>
71 <dt>{@link android.appwidget.AppWidgetProvider} class implementation</dt>
88 <p>First, declare the {@link android.appwidget.AppWidgetProvider} class in your application's
94 &lt;action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
96 &lt;meta-data android:name="android.appwidget.provider
    [all...]
  /development/samples/WiktionarySimple/
AndroidManifest.xml 24 <!-- Broadcast Receiver that will process AppWidget updates -->
27 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
29 <meta-data android:name="android.appwidget.provider"
  /packages/apps/Launcher2/res/xml/
default_workspace.xml 21 <appwidget
36 <appwidget
46 <appwidget
55 <appwidget
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/
AndroidManifest.xml 27 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
29 <meta-data android:name="android.appwidget.provider"

Completed in 961 milliseconds

1 2 3 4 5