Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java1305 View childBefore = getChildAt(i - 1); in onRequestChildFocusMarioStyle() local
1306 if (childBefore == null) { in onRequestChildFocusMarioStyle()
1309 int distanceToChildBeforeFromTop = focusedChildTop - getDecoratedTop(childBefore); in onRequestChildFocusMarioStyle()
1310 int distanceToChildBeforeFromBottom = focusedChildBottom - getDecoratedTop(childBefore); in onRequestChildFocusMarioStyle()