Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetProviderInfo.java196 public int widgetCategory; field in AppWidgetProviderInfo
223 this.widgetCategory = in.readInt(); in AppWidgetProviderInfo()
251 out.writeInt(this.widgetCategory); in writeToParcel()
271 that.widgetCategory = this.widgetCategory; in clone()
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd174 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">
/frameworks/base/docs/html/about/versions/
Dandroid-4.2.jd272 lock screen, add the {@link android.appwidget.AppWidgetProviderInfo#widgetCategory
273 android:widgetCategory} attribute to your XML file that specifies the {@link
282 android:widgetCategory="keyguard|home_screen">
/frameworks/base/services/java/com/android/server/
DAppWidgetServiceImpl.java343 pw.print(info.widgetCategory); in dumpProvider()
876 if (!p.zombie && (p.info.widgetCategory & categoryFilter) != 0) { in getInstalledProviders()
1467 info.widgetCategory = sa.getInt( in parseProviderInfoXml()
/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/api/
D17.txt1147 field public static final int widgetCategory = 16843716; // 0x10103c4
4513 field public int widgetCategory;
Dcurrent.txt1147 field public static final int widgetCategory = 16843716; // 0x10103c4
4513 field public int widgetCategory;