Searched refs:widgetCategory (Results 1 – 8 of 8) sorted by relevance
207 public int widgetCategory; field in AppWidgetProviderInfo239 this.widgetCategory = in.readInt(); in AppWidgetProviderInfo()333 out.writeInt(this.widgetCategory); in writeToParcel()355 that.widgetCategory = this.widgetCategory; in clone()
178 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">
381 {@link android.appwidget.AppWidgetProviderInfo#widgetCategory android:widgetCategory}
287 lock screen, add the {@link android.appwidget.AppWidgetProviderInfo#widgetCategory288 android:widgetCategory} attribute to your XML file that specifies the {@link297 android:widgetCategory="keyguard|home_screen">
346 NO DOC BLOCK: android.R.attr Field widgetCategory347 NO DOC BLOCK: android.appwidget.AppWidgetProviderInfo Field widgetCategory
1299 if (provider.zombie || (info.widgetCategory & categoryFilter) == 0) { in getInstalledProvidersForProfile()1966 pw.print(info.widgetCategory); in dumpProvider()2156 info.widgetCategory = sa.getInt( in parseProviderInfoXml()
1454 field public static final int widgetCategory = 16843716; // 0x10103c46001 field public int widgetCategory;
1380 field public static final int widgetCategory = 16843716; // 0x10103c45789 field public int widgetCategory;