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

1 2 3 4 5 6 7 8 91011>>

  /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/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>
  /frameworks/base/core/java/android/appwidget/
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.
57 * Identity of this AppWidget component. This component should be a {@link
58 * android.content.BroadcastReceiver}, and it will be sent the AppWidget intents
59 * {@link android.appwidget as described in the AppWidget package documentation}.
71 * the AppWidget meta-data file.
80 * the AppWidget meta-data file.
89 * the AppWidget meta-data file
    [all...]
AppWidgetManager.java 17 package android.appwidget;
32 import com.android.internal.appwidget.IAppWidgetService;
39 * Updates AppWidget state; gets information about installed AppWidget providers and other
40 * AppWidget related state.
53 * pick an AppWidget to display. The AppWidget picker activity will be launched.
59 * <td>A newly allocated appWidgetId, which will be bound to the AppWidget provider
74 * When you receive the result from the AppWidget pick activity, if the resultCode is
75 * {@link android.app.Activity#RESULT_OK}, an AppWidget has been selected. You should the
    [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.
98 * this AppWidget provider is being asked to provide {@link android.widget.RemoteViews RemoteViews}
99 * for a set of AppWidgets. Override this method to implement your own AppWidget functionality.
108 * may be all of the AppWidget instances for this provider, or just
137 * one or more AppWidget instances have been deleted. Override this method to implement
138 * your own AppWidget functionality.
153 * the a AppWidget for this provider is instantiated. Override this method to implement your
154 * own AppWidget functionality
    [all...]
AppWidgetHost.java 17 package android.appwidget;
39 import com.android.internal.appwidget.IAppWidgetHost;
40 import com.android.internal.appwidget.IAppWidgetService;
43 * AppWidgetHost provides the interaction with the AppWidget service for apps,
259 * Stop listening to changes for this AppWidget.
274 * Stop listening to changes for this AppWidget.
290 * Remove all records about this host from the AppWidget manager.
293 * <li>Call this to have the AppWidget manager release all resources associated with your
310 * <li>Call this to have the AppWidget manager release all resources associated with your
336 AppWidgetProviderInfo appWidget) {
    [all...]
package.html 16 android.appwidget.AppWidgetManager#ACTION_APPWIDGET_UPDATE} intent
18 {@link android.appwidget.AppWidgetProvider} class, which extends {@link
28 android.appwidget.AppWidgetHost} class.</p>
AppWidgetProviderInfo.aidl 17 package android.appwidget;
  /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) {
  /packages/apps/Launcher3/src/com/android/launcher3/
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/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" />
  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetHost.aidl 17 package com.android.internal.appwidget;
20 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"
  /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"
25 </appwidget-provider>
  /packages/apps/Calendar/res/xml/
appwidget_info.xml 17 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
24 android:initialLayout="@layout/appwidget"
27 </appwidget-provider>
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
android.appwidget.AppWidgetProviderInfo.html 10 android.appwidget.AppWidgetProviderInfo
74 Class android.appwidget.<A HREF="../../../../reference/android/appwidget/AppWidgetProviderInfo.html" target="_top"><font size="+2"><code>AppWidgetProviderInfo</code></font></A>
87 <A NAME="android.appwidget.AppWidgetProviderInfo.RESIZE_BOTH"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/appwidget/AppWidgetProviderInfo.html#RESIZE_BOTH" target="_top"><code>RESIZE_BOTH</code></A></nobr>
94 <A NAME="android.appwidget.AppWidgetProviderInfo.RESIZE_HORIZONTAL"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/appwidget/AppWidgetProviderInfo.html#RESIZE_HORIZONTAL" target="_top"><code>RESIZE_HORIZONTAL</code></A></nobr>
101 <A NAME="android.appwidget.AppWidgetProviderInfo.RESIZE_NONE"></A>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/appwidget/AppWidgetProviderInfo.html#RESIZE_NONE" target="_top"><code>RESIZE_NONE</code></A></nobr>
108 <A NAME="android.appwidget.AppWidgetProviderInfo.RESIZE_VERTICAL"></A
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.appwidget.AppWidgetProviderInfo.html 10 android.appwidget.AppWidgetProviderInfo
74 Class android.appwidget.<A HREF="../../../../reference/android/appwidget/AppWidgetProviderInfo.html" target="_top"><font size="+2"><code>AppWidgetProviderInfo</code></font></A>
86 <A NAME="android.appwidget.AppWidgetProviderInfo.clone_changed()"></A>
87 <nobr><code>AppWidgetProviderInfo</code>&nbsp;<A HREF="../../../../reference/android/appwidget/AppWidgetProviderInfo.html#clone()" target="_top"><code>clone</code></A>() </nobr>
107 <A NAME="android.appwidget.AppWidgetProviderInfo.WIDGET_CATEGORY_HOME_SCREEN"></A>
108 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/appwidget/AppWidgetProviderInfo.html#WIDGET_CATEGORY_HOME_SCREEN" target="_top"><code>WIDGET_CATEGORY_HOME_SCREEN</code></A></nobr>
114 <A NAME="android.appwidget.AppWidgetProviderInfo.WIDGET_CATEGORY_KEYGUARD"></A>
115 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/appwidget/AppWidgetProviderInfo.html#WIDGET_CATEGORY_KEYGUARD" target="_top"><code>WIDGET_CATEGORY_KEYGUARD</code></A></nobr>
121 <A NAME="android.appwidget.AppWidgetProviderInfo.initialKeyguardLayout"></A
    [all...]
  /development/samples/WiktionarySimple/
AndroidManifest.xml 27 <!-- Broadcast Receiver that will process AppWidget updates -->
30 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
32 <meta-data android:name="android.appwidget.provider"

Completed in 757 milliseconds

1 2 3 4 5 6 7 8 91011>>