Searched refs:targetVg (Results 1 – 1 of 1) sorted by relevance
2450 final ViewGroup targetVg = (ViewGroup) target.mRoot; in initActionAsync() local2458 final int nextChild = getNextRecyclableChild(targetVg); in initActionAsync()2499 () -> targetVg.removeViews(nextChild, in initActionAsync()2510 ViewGroup targetVg = (ViewGroup) target.mRoot; in insertNewView() local2511 int nextChild = getNextRecyclableChild(targetVg); in insertNewView()2538 targetVg.addView(task.mResult, insertIndex); in insertNewView()2627 final ViewGroup targetVg = (ViewGroup) target.mRoot;2631 setNextRecyclableChild(targetVg, 0, target.mChildren.size());2645 if (!hasStableId(targetVg.getChildAt(i))) {2646 targetVg.removeViewAt(i);[all …]