Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DMinimizedControlBar.java52 private static final int NUM_COLUMNS = 3; field in MinimizedControlBar
75 mViews = new View[NUM_COLUMNS]; in init()
80 mSlots = new FrameLayout[NUM_COLUMNS]; in init()
116 for (int i = 0; i < NUM_COLUMNS; i++) { in updateViewsLayout()
125 setView(viewToUse, mSlots[CarControlBar.getSlotIndex(i, NUM_COLUMNS)]); in updateViewsLayout()