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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/cmds/appwidget/
appwidget 1 # Script to start "appwidget" on the device, which has a very rudimentary shell.
3 export CLASSPATH=$base/framework/appwidget.jar
4 exec app_process $base/bin com.android.commands.appwidget.AppWidget "$@"
Android.mk 7 LOCAL_MODULE := appwidget
11 LOCAL_MODULE := appwidget
12 LOCAL_SRC_FILES := appwidget
  /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/services/appwidget/
Android.mk 5 LOCAL_MODULE := services.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/Mms/res/xml/
widget_info.xml 4 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
11 </appwidget-provider>
  /cts/tests/tests/appwidget/
AndroidManifest.xml 20 package="android.cts.appwidget">
25 <receiver android:name="android.appwidget.cts.provider.FirstAppWidgetProvider" >
27 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
29 <meta-data android:name="android.appwidget.provider"
33 <receiver android:name="android.appwidget.cts.provider.SecondAppWidgetProvider" >
35 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
37 <meta-data android:name="android.appwidget.provider"
41 <service android:name="android.appwidget.cts.service.MyAppWidgetService"
48 android:targetPackage="android.cts.appwidget"
  /device/sample/apps/LeanbackWidget/res/xml/
clock_widget_info.xml 2 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
  /frameworks/base/cmds/appops/
appops 1 # Script to start "appwidget" on the device, which has a very rudimentary shell.
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHost.java 19 import android.appwidget.AppWidgetHost;
20 import android.appwidget.AppWidgetHostView;
21 import android.appwidget.AppWidgetProviderInfo;
40 AppWidgetProviderInfo appWidget) {
  /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;
59 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, AppWidgetProviderInfo appWidget) {
105 AppWidgetProviderInfo appWidget = mAppWidgetManager.getAppWidgetInfo(appWidgetId);
107 if (appWidget.configure != null) {
108 // configure the AppWidget if we should
109 configureAppWidget(CONFIGURE_APPWIDGET_REQUEST, appWidgetId, appWidget.configure);
112 addAppWidgetView(appWidgetId, appWidget);
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetManager.java 17 package android.appwidget;
32 import com.android.internal.appwidget.IAppWidgetService;
38 * Updates AppWidget state; gets information about installed AppWidget providers and other
39 * AppWidget related state.
51 * pick an AppWidget to display. The AppWidget picker activity will be launched.
57 * <td>A newly allocated appWidgetId, which will be bound to the AppWidget provider
72 * When you receive the result from the AppWidget pick activity, if the resultCode is
73 * {@link android.app.Activity#RESULT_OK}, an AppWidget has been selected. You should the
    [all...]
AppWidgetProviderInfo.java 17 package android.appwidget;
31 * Describes the meta data for an installed AppWidget provider. The fields in this class
32 * correspond to the fields in the <code>&lt;appwidget-provider&gt;</code> xml tag.
69 * Identity of this AppWidget component. This component should be a {@link
70 * android.content.BroadcastReceiver}, and it will be sent the AppWidget intents
71 * {@link android.appwidget as described in the AppWidget package documentation}.
83 * the AppWidget meta-data file.
92 * the AppWidget meta-data file.
101 * the AppWidget meta-data file
    [all...]
AppWidgetHost.java 17 package android.appwidget;
42 import com.android.internal.appwidget.IAppWidgetHost;
43 import com.android.internal.appwidget.IAppWidgetService;
46 * AppWidgetHost provides the interaction with the AppWidget service for apps,
259 * Stop listening to changes for this AppWidget.
274 * Remove all records about this host from the AppWidget manager.
277 * <li>Call this to have the AppWidget manager release all resources associated with your
294 * <li>Call this to have the AppWidget manager release all resources associated with your
312 AppWidgetProviderInfo appWidget) {
313 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.
104 * {@link AppWidgetManager#ACTION_APPWIDGET_RESTORED} broadcasts when this AppWidget
106 * for a set of AppWidgets. Override this method to implement your own AppWidget functionality.
115 * may be all of the AppWidget instances for this provider, or just
144 * one or more AppWidget instances have been deleted. Override this method to implement
145 * your own AppWidget functionality.
160 * the a AppWidget for this provider is instantiated. Override this method to implement your
161 * own AppWidget functionality
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.appwidget.AppWidgetManager.html 10 android.appwidget.AppWidgetManager
74 Class android.appwidget.<A HREF="../../../../reference/android/appwidget/AppWidgetManager.html" target="_top"><font size="+2"><code>AppWidgetManager</code></font></A>
86 <A NAME="android.appwidget.AppWidgetManager.bindAppWidgetId_removed(int, android.content.ComponentName)"></A>
101 <A NAME="android.appwidget.AppWidgetManager.bindAppWidgetIdIfAllowed_added(int, android.content.ComponentName)"></A>
102 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/appwidget/AppWidgetManager.html#bindAppWidgetIdIfAllowed(int, android.content.ComponentName)" target="_top"><code>bindAppWidgetIdIfAllowed</code></A>(<code>int,</nobr> ComponentName<nobr><nobr></code>)</nobr>
108 <A NAME="android.appwidget.AppWidgetManager.getAppWidgetOptions_added(int)"></A>
109 <nobr><code>Bundle</code>&nbsp;<A HREF="../../../../reference/android/appwidget/AppWidgetManager.html#getAppWidgetOptions(int)" target="_top"><code>getAppWidgetOptions</code></A>(<code>int</code>)</nobr>
115 <A NAME="android.appwidget.AppWidgetManager.updateAppWidgetOptions_added(int, android.os.Bundle)"></A>
116 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/appwidget/AppWidgetManager.html#updateAppWidgetOptions(int, android.os.Bundle)" target="_top"><code>updateAp (…)
    [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" />
  /device/sample/apps/LeanbackWidget/
AndroidManifest.xml 17 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
21 android:name="android.appwidget.provider"
  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetHost.aidl 17 package com.android.internal.appwidget;
21 import android.appwidget.AppWidgetProviderInfo;
  /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/Settings/res/xml/
appwidget_info.xml 17 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
23 </appwidget-provider>
  /frameworks/base/docs/html/guide/topics/appwidgets/
host.jd 34 {@link android.appwidget.AppWidgetHost}.
40 {@link android.appwidget.AppWidgetHost}. For an example of how to implement an
41 {@link android.appwidget.AppWidgetHost}, see the source code for the
48 {@link android.appwidget.AppWidgetHost}:</p>
51 The {@link android.appwidget.AppWidgetHost} provides the interaction
52 with the AppWidget service for apps, like the home screen, that want to embed
53 app widgets in their UI. An {@link android.appwidget.AppWidgetHost} must have
60 (see {@link android.appwidget.AppWidgetManager#bindAppWidgetIdIfAllowed bindAppWidgetIdIfAllowed()},
62 The unique ID is obtained by the host using {@link android.appwidget.AppWidgetHost#allocateAppWidgetId() allocateAppWidgetId()}. This ID is persistent across the lifetime of the widget,
69 {@link android.appwidget.AppWidgetHostView} can be thought of as a frame
    [all...]
  /packages/apps/Gallery2/res/xml/
widget_info.xml 2 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
  /cts/tests/tests/appwidget/res/xml/
first_appwidget_info.xml 18 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
24 android:configure="android.appwidget.cts.provider.FirstAppWidgetConfigureActivity"
31 </appwidget-provider>

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>