Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java94 @ScrollStyle private final int SCROLL_TYPE = MARIO; field in CarLayoutManager
518 if (SCROLL_TYPE == MARIO) { in onRequestChildFocus()
520 } else if (SCROLL_TYPE == SUPER_MARIO) { in onRequestChildFocus()
523 throw new IllegalStateException("Unknown scroll type (" + SCROLL_TYPE + ")"); in onRequestChildFocus()