OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appwidget
(Results
1 - 22
of
22
) 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.
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
...]
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><
appwidget
-provider></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
...]
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
...]
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
...]
AppWidgetHostView.java
17
package android.
appwidget
;
54
* Provides the glue to show
AppWidget
views. This class offers automatic animation
70
// When we're inflating the initialLayout for a
AppWidget
, we only allow
141
* Set the
AppWidget
that will be displayed by this view. This method also adds default padding
250
*
AppWidget
options and causes a callback to the AppWidgetProvider.
343
*
AppWidget
provider. Will animate into these new views as needed
540
* Inflate and return the default layout requested by
AppWidget
provider.
582
Log.w(TAG, "Error inflating
AppWidget
" + mInfo + ": " + exception.toString());
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 83 milliseconds