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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java325 int emptyViewId; field in class:RemoteViews.SetEmptyView
329 SetEmptyView(int viewId, int emptyViewId) { argument
331 this.emptyViewId = emptyViewId;
336 this.emptyViewId = in.readInt();
342 out.writeInt(this.emptyViewId);
352 final View emptyView = root.findViewById(emptyViewId);
2087 * @param emptyViewId The view id of the empty view
2089 public void setEmptyView(int viewId, int emptyViewId) { argument
2090 addAction(new SetEmptyView(viewId, emptyViewId));
[all...]

Completed in 36 milliseconds