Searched refs:targetVg (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 2392 final ViewGroup targetVg = (ViewGroup) target.mRoot; in initActionAsync() local 2400 final int nextChild = getNextRecyclableChild(targetVg); in initActionAsync() 2415 setNextRecyclableChild(targetVg, nextChild + 1, target.mChildren.size()); in initActionAsync() 2418 targetVg, null /* listener */, handler, null /* size */, in initActionAsync() 2432 targetVg.removeViews(nextChild, recycledViewIndex - nextChild); in initActionAsync() 2441 () -> targetVg.removeViews(nextChild, in initActionAsync() 2452 ViewGroup targetVg = (ViewGroup) target.mRoot; in insertNewView() local 2453 int nextChild = getNextRecyclableChild(targetVg); in insertNewView() 2454 final AsyncApplyTask task = mNestedViews.getInternalAsyncApplyTask(context, targetVg, in insertNewView() 2471 setNextRecyclableChild(targetVg, nextChild + 1, target.mChildren.size()); in insertNewView() [all …]
|