Home
last modified time | relevance | path

Searched refs:autoAdvanceViewId (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java282 public int autoAdvanceViewId; field in AppWidgetProviderInfo
387 this.autoAdvanceViewId = in.readInt(); in AppWidgetProviderInfo()
511 out.writeInt(this.autoAdvanceViewId); in writeToParcel()
541 that.autoAdvanceViewId = this.autoAdvanceViewId; in clone()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetXmlUtil.java93 out.attributeInt(null, ATTR_AUTO_ADVANCED_VIEW_ID, info.autoAdvanceViewId); in writeAppWidgetProviderInfoLocked()
134 info.autoAdvanceViewId = parser.getAttributeInt(null, ATTR_AUTO_ADVANCED_VIEW_ID, 0); in readAppWidgetProviderInfoLocked()
H A DAppWidgetServiceImpl.java2515 pw.print(info.autoAdvanceViewId); in dumpProviderLocked()
2793 info.autoAdvanceViewId = sa.getResourceId( in parseAppWidgetProviderInfo()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt482 field public static final int autoAdvanceViewId = 16843535; // 0x101030f
9409 field public int autoAdvanceViewId;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75500 Lcom/android/internal/R$attr;->autoAdvanceViewId:I