Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2576 if (nextChild < 0 || nextChild >= numChildren) { in setNextRecyclableChild()
2587 if (nextChild >= 0 && nextChild < root.getChildCount()) { in finalizeViewRecycling()
2588 root.removeViews(nextChild, root.getChildCount() - nextChild); in finalizeViewRecycling()
2649 nextChild++) { in findViewIndexToRecycle()
2685 target.removeViews(nextChild, recycledViewIndex - nextChild); in apply()
2693 target.removeViews(nextChild, recycledViewIndex - nextChild + 1); in apply()
2704 if (nextChild >= 0) { in apply()
2741 target.removeChildren(nextChild, recycledViewIndex - nextChild); in initActionAsync()
2758 targetVg.removeViews(nextChild, recycledViewIndex - nextChild); in initActionAsync()
2765 target.removeChildren(nextChild, recycledViewIndex - nextChild + 1); in initActionAsync()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java758 final View nextChild = getChildAt(i);
759 if (nextChild.getVisibility() == GONE) {
762 clipEdge = Math.min(clipEdge, nextChild.getTop());
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java4470 final View nextChild = mChildren[childIndex]; in buildOrderedChildList() local
4471 final float currentZ = nextChild.getZ(); in buildOrderedChildList()
4478 mPreSortedChildren.add(insertIndex, nextChild); in buildOrderedChildList()
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof10068 HSPLkotlinx/coroutines/JobSupport;->nextChild(Lkotlinx/coroutines/internal/LockFreeLinkedListNode;)…