Searched refs:nestedViews (Results 1 – 1 of 1) sorted by relevance
890 public ViewGroupAction(int viewId, RemoteViews nestedViews) { in ViewGroupAction() argument892 this.nestedViews = nestedViews; in ViewGroupAction()897 nestedViews = parcel.readParcelable(null); in ViewGroupAction()903 dest.writeParcelable(nestedViews, 0 /* no flags */); in writeToParcel()911 if (nestedViews != null) { in apply()913 target.addView(nestedViews.apply(context, target)); in apply()922 if (nestedViews != null) { in updateMemoryUsageEstimate()923 counter.bitmapIncrement(nestedViews.estimateBitmapMemoryUsage()); in updateMemoryUsageEstimate()928 RemoteViews nestedViews; field in RemoteViews.ViewGroupAction