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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java327 int emptyViewId; field in class:RemoteViews.SetEmptyView
331 SetEmptyView(int viewId, int emptyViewId) { argument
333 this.emptyViewId = emptyViewId;
338 this.emptyViewId = in.readInt();
344 out.writeInt(this.emptyViewId);
354 final View emptyView = root.findViewById(emptyViewId);
2219 * @param emptyViewId The view id of the empty view
2221 public void setEmptyView(int viewId, int emptyViewId) { argument
2222 addAction(new SetEmptyView(viewId, emptyViewId));
[all...]

Completed in 30 milliseconds