Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DControlBar.java230 View[] slotViews = new View[totalSlots]; in updateViewsLayout() local
235 if (index >= 0 && index < slotViews.length) { in updateViewsLayout()
236 slotViews[index] = mFixedViews.valueAt(i); in updateViewsLayout()
247 if (slotViews[i] != null) { in updateViewsLayout()
249 viewToUse = slotViews[i]; in updateViewsLayout()