Home
last modified time | relevance | path

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

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DScrollFragment.java59 final int[] itemHeights = getResources().getIntArray(R.array.scroll_item_heights); in initView() local
61 for (int height : itemHeights) { in initView()