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.java69 private FrameLayout mFirstCreatedSlot; field in ControlBar
143 if (mFirstCreatedSlot == null) { in init()
144 mFirstCreatedSlot = mSlots[pos]; in init()
201 LayoutInflater inflater = LayoutInflater.from(mFirstCreatedSlot.getContext()); in createIconButton()
203 ImageButton button = (ImageButton) inflater.inflate(viewId, mFirstCreatedSlot, in createIconButton()