Home
last modified time | relevance | path

Searched refs:widgetCategory (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/appwidget/
DAppWidgetProviderInfo.java207 public int widgetCategory; field in AppWidgetProviderInfo
239 this.widgetCategory = in.readInt(); in AppWidgetProviderInfo()
333 out.writeInt(this.widgetCategory); in writeToParcel()
355 that.widgetCategory = this.widgetCategory; in clone()
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd178 android:widgetCategory="home_screen|keyguard"
284 <li>The <code>widgetCategory</code> attribute declares whether your App Widget can be displayed on …
742 …eclare the {@link android.appwidget.AppWidgetProviderInfo#widgetCategory android:widgetCategory} a…
745 {@link android.appwidget.AppWidgetProviderInfo#widgetCategory android:widgetCategory} attribute. If…
749 android:widgetCategory="keyguard|home_screen">
Dhost.jd381 {@link android.appwidget.AppWidgetProviderInfo#widgetCategory android:widgetCategory}
/frameworks/base/docs/html/about/versions/
Dandroid-4.2.jd287 lock screen, add the {@link android.appwidget.AppWidgetProviderInfo#widgetCategory
288 android:widgetCategory} attribute to your XML file that specifies the {@link
297 android:widgetCategory="keyguard|home_screen">
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt346 NO DOC BLOCK: android.R.attr Field widgetCategory
347 NO DOC BLOCK: android.appwidget.AppWidgetProviderInfo Field widgetCategory
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java1299 if (provider.zombie || (info.widgetCategory & categoryFilter) == 0) { in getInstalledProvidersForProfile()
1966 pw.print(info.widgetCategory); in dumpProvider()
2156 info.widgetCategory = sa.getInt( in parseProviderInfoXml()
/frameworks/base/api/
Dsystem-current.txt1454 field public static final int widgetCategory = 16843716; // 0x10103c4
6001 field public int widgetCategory;
Dcurrent.txt1380 field public static final int widgetCategory = 16843716; // 0x10103c4
5789 field public int widgetCategory;