Home
last modified time | relevance | path

Searched refs:nestedViews (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViews.java1320 public ViewGroupAction(int viewId, RemoteViews nestedViews) { in ViewGroupAction() argument
1322 this.nestedViews = nestedViews; in ViewGroupAction()
1323 if (nestedViews != null) { in ViewGroupAction()
1324 configureRemoteViewsAsChild(nestedViews); in ViewGroupAction()
1332 nestedViews = new RemoteViews(parcel, bitmapCache); in ViewGroupAction()
1334 nestedViews = null; in ViewGroupAction()
1341 if (nestedViews != null) { in writeToParcel()
1343 nestedViews.writeToParcel(dest, flags); in writeToParcel()
1355 if (nestedViews != null) { in apply()
1357 target.addView(nestedViews.apply(context, target, handler)); in apply()
[all …]