Home | History | Annotate | Download | only in appwidget

Lines Matching defs:appwidget

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.
98 * the AppWidget meta-data file.
103 * How often, in milliseconds, that this AppWidget wants to be updated.
104 * The AppWidget manager may place a limit on how often a AppWidget is updated.
107 * the AppWidget meta-data file.
115 * The resource id of the initial layout for this AppWidget. This should be
116 * displayed until the RemoteViews for the AppWidget is available.
119 * the AppWidget meta-data file.
124 * The resource id of the initial layout for this AppWidget when it is displayed on keyguard.
129 * the AppWidget meta-data file.
134 * The activity to launch that will configure the AppWidget.
137 * the AppWidget meta-data file. The package name always corresponds to the package containing
138 * the AppWidget provider.
143 * The label to display to the user in the AppWidget picker. If not supplied in the
152 * The icon to display for this AppWidget in the AppWidget picker. If not supplied in the
161 * The view id of the AppWidget subview which should be auto-advanced by the widget's host.
164 * the AppWidget meta-data file.
169 * A preview of what the AppWidget will look like after it's configured.
170 * If not supplied, the AppWidget's icon will be used.
183 * the AppWidget meta-data file.
190 * for both widget classes. This can be achieved by querying the AppWidget options in its
194 * the AppWidget meta-data file.