Searched refs:childBefore (Results 1 – 1 of 1) sorted by relevance
1305 View childBefore = getChildAt(i - 1); in onRequestChildFocusMarioStyle() local1306 if (childBefore == null) { in onRequestChildFocusMarioStyle()1309 int distanceToChildBeforeFromTop = focusedChildTop - getDecoratedTop(childBefore); in onRequestChildFocusMarioStyle()1310 int distanceToChildBeforeFromBottom = focusedChildBottom - getDecoratedTop(childBefore); in onRequestChildFocusMarioStyle()