Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2450 final ViewGroup targetVg = (ViewGroup) target.mRoot; in initActionAsync() local
2458 final int nextChild = getNextRecyclableChild(targetVg); in initActionAsync()
2499 () -> targetVg.removeViews(nextChild, in initActionAsync()
2510 ViewGroup targetVg = (ViewGroup) target.mRoot; in insertNewView() local
2511 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 …]