Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/verification/
DStringTrie.java66 StringTrie<V> nextChild = mChildren.get(curKey); in recursivePut() local
67 if (nextChild == null) { in recursivePut()
68 nextChild = new StringTrie<V>(); in recursivePut()
69 mChildren.put(curKey, nextChild); in recursivePut()
71 return nextChild.recursivePut(value, nextKeys); in recursivePut()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java557 BrowseNode nextChild = getEldestChild(mCurrentBrowseNode, target); in getNextStepToFolder() local
558 if (nextChild == null) { in getNextStepToFolder()
561 return nextChild; in getNextStepToFolder()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DResolverDrawerLayout.java765 final View nextChild = getChildAt(i);
766 if (nextChild.getVisibility() == GONE) {
769 clipEdge = Math.min(clipEdge, nextChild.getTop());
/packages/apps/Settings/src/com/android/settings/
DMainClear.java480 View nextChild = vGroup.getChildAt(i); in getContentDescription() local
481 getContentDescription(nextChild, description); in getContentDescription()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java925 View nextChild = getChildAt(firstIndex + mItemsOnOffAxis);
926 if (nextChild == null) {
/packages/apps/TvSettings/
Dtwo-panel-baseline-profile.txt2836 PLkotlinx/coroutines/JobSupport;->nextChild(Lkotlinx/coroutines/internal/LockFreeLinkedListNode;)Lk…