Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DControlBar.java70 private FrameLayout mFirstCreatedSlot; field in ControlBar
144 if (mFirstCreatedSlot == null) { in init()
145 mFirstCreatedSlot = mSlots[pos]; in init()
202 LayoutInflater inflater = LayoutInflater.from(mFirstCreatedSlot.getContext()); in createIconButton()
204 ImageButton button = (ImageButton) inflater.inflate(viewId, mFirstCreatedSlot, in createIconButton()