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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java518 int emptyViewId; field in class:RemoteViews.SetEmptyView
520 SetEmptyView(int viewId, int emptyViewId) { argument
522 this.emptyViewId = emptyViewId;
527 this.emptyViewId = in.readInt();
533 out.writeInt(this.emptyViewId);
543 final View emptyView = root.findViewById(emptyViewId);
2896 * @param emptyViewId The view id of the empty view
2898 public void setEmptyView(int viewId, int emptyViewId) { argument
2899 addAction(new SetEmptyView(viewId, emptyViewId));
[all...]

Completed in 42 milliseconds