Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2720 final ViewGroup targetVg = (ViewGroup) target.mRoot; in initActionAsync() local
2728 final int nextChild = getNextRecyclableChild(targetVg); in initActionAsync()
2767 () -> targetVg.removeViews(nextChild, in initActionAsync()
2778 ViewGroup targetVg = (ViewGroup) target.mRoot; in insertNewView() local
2779 int nextChild = getNextRecyclableChild(targetVg); in insertNewView()
2804 targetVg.addView(task.mResult, insertIndex); in insertNewView()
2897 final ViewGroup targetVg = (ViewGroup) target.mRoot;
2901 setNextRecyclableChild(targetVg, 0, target.mChildren.size());
2914 if (!hasStableId(targetVg.getChildAt(i))) {
2915 targetVg.removeViewAt(i);
[all …]