Searched refs:targetVg (Results 1 – 1 of 1) sorted by relevance
2720 final ViewGroup targetVg = (ViewGroup) target.mRoot; in initActionAsync() local2728 final int nextChild = getNextRecyclableChild(targetVg); in initActionAsync()2767 () -> targetVg.removeViews(nextChild, in initActionAsync()2778 ViewGroup targetVg = (ViewGroup) target.mRoot; in insertNewView() local2779 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 …]