Searched refs:NUM_COLUMNS (Results 1 – 1 of 1) sorted by relevance
52 private static final int NUM_COLUMNS = 3; field in MinimizedControlBar75 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()