Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DControlBar.java229 int totalSlots = mSlots.length; in updateViewsLayout() local
230 View[] slotViews = new View[totalSlots]; in updateViewsLayout()
244 for (int i = 0; i < totalSlots; i++) { in updateViewsLayout()