Searched refs:nextChild (Results 1 – 4 of 4) sorted by relevance
526 BrowseNode nextChild = getEldestChild(mCurrentBrowseNode, target); in getNextStepToFolder() local527 if (nextChild == null) { in getNextStepToFolder()530 return nextChild; in getNextStepToFolder()
439 View nextChild = vGroup.getChildAt(i); in getContentDescription() local440 getContentDescription(nextChild, description); in getContentDescription()
440 View nextChild = vGroup.getChildAt(i); in getContentDescription() local441 getContentDescription(nextChild, description); in getContentDescription()
925 View nextChild = getChildAt(firstIndex + mItemsOnOffAxis);926 if (nextChild == null) {