Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java840 && groupAction.mNestedViews != null) { in replaceRemoteCollections()
841 isActionReplaced |= groupAction.mNestedViews.replaceRemoteCollections(viewId); in replaceRemoteCollections()
873 && groupAction.mNestedViews != null in hasLegacyLists()
874 && groupAction.mNestedViews.hasLegacyLists())) { in hasLegacyLists()
1370 && vgaa.mNestedViews != null) {
1371 collectAllIntentsInternal(vgaa.mNestedViews, idToIntentMapping);
2812 private RemoteViews mNestedViews; field in RemoteViews.ViewGroupActionAdd
2826 mNestedViews = nestedViews; in ViewGroupActionAdd()
2836 mNestedViews = new RemoteViews(parcel, getHierarchyRootData(), info, depth); in ViewGroupActionAdd()
2837 mNestedViews.addFlags(mApplyFlags); in ViewGroupActionAdd()
[all …]