Home
last modified time | relevance | path

Searched refs:emptyViewId (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java916 int emptyViewId; field in RemoteViews.SetEmptyView
918 SetEmptyView(@IdRes int viewId, @IdRes int emptyViewId) { in SetEmptyView() argument
920 this.emptyViewId = emptyViewId; in SetEmptyView()
925 this.emptyViewId = in.readInt(); in SetEmptyView()
930 out.writeInt(this.emptyViewId); in writeToParcel()
940 final View emptyView = root.findViewById(emptyViewId); in apply()
4560 public void setEmptyView(@IdRes int viewId, @IdRes int emptyViewId) {
4561 addAction(new SetEmptyView(viewId, emptyViewId));
/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/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69050 Landroid/widget/RemoteViews$SetEmptyView;->emptyViewId:I