Searched refs:emptyViewId (Results 1 – 3 of 3) sorted by relevance
764 int emptyViewId; field in RemoteViews.SetEmptyView766 SetEmptyView(@IdRes int viewId, @IdRes int emptyViewId) { in SetEmptyView() argument768 this.emptyViewId = emptyViewId; in SetEmptyView()773 this.emptyViewId = in.readInt(); in SetEmptyView()778 out.writeInt(this.emptyViewId); in writeToParcel()789 final View emptyView = root.findViewById(emptyViewId); in apply()4293 public void setEmptyView(@IdRes int viewId, @IdRes int emptyViewId) {4294 addAction(new SetEmptyView(viewId, emptyViewId));
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
72373 Landroid/widget/RemoteViews$SetEmptyView;->emptyViewId:I