Home
last modified time | relevance | path

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

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DRotaryGrid.java34 private static final int NUMBER_OF_COLUMNS = 3; field in RotaryGrid
55 gridView.setLayoutManager(new GridLayoutManager(getActivity(), NUMBER_OF_COLUMNS)); in populateGridItems()