Searched refs:mNestedViews (Results 1 – 1 of 1) sorted by relevance
2338 private RemoteViews mNestedViews; field in RemoteViews.ViewGroupActionAdd2352 mNestedViews = nestedViews; in ViewGroupActionAdd()2362 mNestedViews = new RemoteViews(parcel, getHierarchyRootData(), info, depth); in ViewGroupActionAdd()2363 mNestedViews.addFlags(mApplyFlags); in ViewGroupActionAdd()2370 mNestedViews.writeToParcel(dest, flags); in writeToParcel()2375 mNestedViews.configureAsChild(root); in setHierarchyRootData()2403 RemoteViews rvToApply = mNestedViews.getRemoteViewsToApply(context); in apply()2460 RemoteViews rvToApply = mNestedViews.getRemoteViewsToApply(context); in initActionAsync()2512 final AsyncApplyTask task = mNestedViews.getInternalAsyncApplyTask(context, targetVg, in insertNewView()2550 return mNestedViews.prefersAsyncApply();