Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java2925 final ViewGroup targetVg = (ViewGroup) target.mRoot; in initActionAsync() local
2933 final int nextChild = getNextRecyclableChild(targetVg); in initActionAsync()
2948 setNextRecyclableChild(targetVg, nextChild + 1, target.mChildren.size()); in initActionAsync()
2951 targetVg, null /* listener */, params, null /* size */, in initActionAsync()
2963 targetVg.removeViews(nextChild, recycledViewIndex - nextChild); in initActionAsync()
2972 () -> targetVg.removeViews(nextChild, in initActionAsync()
2983 ViewGroup targetVg = (ViewGroup) target.mRoot; in insertNewView() local
2984 int nextChild = getNextRecyclableChild(targetVg); in insertNewView()
2985 final AsyncApplyTask task = mNestedViews.getInternalAsyncApplyTask(context, targetVg, in insertNewView()
3001 setNextRecyclableChild(targetVg, nextChild + 1, target.mChildren.size()); in insertNewView()
[all …]