Searched refs:widgetCategory (Results 1 – 7 of 7) sorted by relevance
196 public int widgetCategory; field in AppWidgetProviderInfo223 this.widgetCategory = in.readInt(); in AppWidgetProviderInfo()251 out.writeInt(this.widgetCategory); in writeToParcel()271 that.widgetCategory = this.widgetCategory; in clone()
174 android:widgetCategory="home_screen|keyguard"272 <li>The <code>widgetCategory</code> attribute declares whether your App Widget can be displayed on …743 …eclare the {@link android.appwidget.AppWidgetProviderInfo#widgetCategory android:widgetCategory} a…746 {@link android.appwidget.AppWidgetProviderInfo#widgetCategory android:widgetCategory} attribute. If…750 android:widgetCategory="keyguard|home_screen">
272 lock screen, add the {@link android.appwidget.AppWidgetProviderInfo#widgetCategory273 android:widgetCategory} attribute to your XML file that specifies the {@link282 android:widgetCategory="keyguard|home_screen">
343 pw.print(info.widgetCategory); in dumpProvider()876 if (!p.zombie && (p.info.widgetCategory & categoryFilter) != 0) { in getInstalledProviders()1467 info.widgetCategory = sa.getInt( in parseProviderInfoXml()
346 NO DOC BLOCK: android.R.attr Field widgetCategory347 NO DOC BLOCK: android.appwidget.AppWidgetProviderInfo Field widgetCategory
1147 field public static final int widgetCategory = 16843716; // 0x10103c44513 field public int widgetCategory;