Home | History | Annotate | Download | only in appwidget

Lines Matching defs:appwidget

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.
110 * the AppWidget meta-data file.
115 * How often, in milliseconds, that this AppWidget wants to be updated.
116 * The AppWidget manager may place a limit on how often a AppWidget is updated.
119 * the AppWidget meta-data file.
127 * The resource id of the initial layout for this AppWidget. This should be
128 * displayed until the RemoteViews for the AppWidget is available.
131 * the AppWidget meta-data file.
136 * The resource id of the initial layout for this AppWidget when it is displayed on keyguard.
141 * the AppWidget meta-data file.
146 * The activity to launch that will configure the AppWidget.
149 * the AppWidget meta-data file. The package name always corresponds to the package containing
150 * the AppWidget provider.
155 * The label to display to the user in the AppWidget picker.
163 * The icon to display for this AppWidget in the AppWidget picker. If not supplied in the
172 * The view id of the AppWidget subview which should be auto-advanced by the widget's host.
175 * the AppWidget meta-data file.
180 * A preview of what the AppWidget will look like after it's configured.
181 * If not supplied, the AppWidget's icon will be used.
194 * the AppWidget meta-data file.
201 * for both widget classes. This can be achieved by querying the AppWidget options in its
205 * the AppWidget meta-data file.
244 * Loads the localized label to display to the user in the AppWidget picker.
258 * Loads the icon to display for this AppWidget in the AppWidget picker. If not
278 * Loads a preview of what the AppWidget will look like after it's configured.