Searched refs:nextChild (Results 1 – 4 of 4) sorted by relevance
1351 View nextChild = getChildAt(focusedIndex + 1); in onRequestChildFocusSuperMarioStyle() local1352 bottomEdgeThatMustBeOnScreen = getDecoratedTop(nextChild) + peekAmount; in onRequestChildFocusSuperMarioStyle()1361 View nextChild = null; in onRequestChildFocusSuperMarioStyle() local1367 nextChild = potentialNextChild; in onRequestChildFocusSuperMarioStyle()1372 if (nextChild == null) { in onRequestChildFocusSuperMarioStyle()1376 int nextChildPosition = getPosition(nextChild); in onRequestChildFocusSuperMarioStyle()
186 View nextChild = vGroup.getChildAt(i); in getContentDescription() local187 getContentDescription(nextChild, description); in getContentDescription()
209 View nextChild = getChildAt(nextChildIndex); in focusFind() local211 findFocusables(nextChild, focusables); in focusFind()
925 View nextChild = getChildAt(firstIndex + mItemsOnOffAxis);926 if (nextChild == null) {