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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java282 int emptyViewId; field in class:RemoteViews.SetEmptyView
286 SetEmptyView(int viewId, int emptyViewId) { argument
288 this.emptyViewId = emptyViewId;
293 this.emptyViewId = in.readInt();
299 out.writeInt(this.emptyViewId);
309 final View emptyView = root.findViewById(emptyViewId);
1833 * @param emptyViewId The view id of the empty view
1835 public void setEmptyView(int viewId, int emptyViewId) { argument
1836 addAction(new SetEmptyView(viewId, emptyViewId));
[all...]

Completed in 62 milliseconds