Searched refs:nestedView (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 2904 View nestedView = rvToApply.apply(context, target, rootParent, null /* size */, params); in apply() local 2906 setStableId(nestedView, mStableId); in apply() 2908 target.addView(nestedView, mIndex >= 0 ? mIndex : nextChild); in apply() 4528 public void addView(@IdRes int viewId, RemoteViews nestedView) { 4530 addAction(nestedView == null 4532 : new ViewGroupActionAdd(viewId, nestedView)); 4555 public void addStableView(@IdRes int viewId, @NonNull RemoteViews nestedView, int stableId) { 4556 addAction(new ViewGroupActionAdd(viewId, nestedView, -1 /* index */, stableId)); 4570 public void addView(@IdRes int viewId, RemoteViews nestedView, int index) { 4571 addAction(new ViewGroupActionAdd(viewId, nestedView, index));
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |