Searched refs:mFirstCreatedSlot (Results 1 – 1 of 1) sorted by relevance
70 private FrameLayout mFirstCreatedSlot; field in ControlBar144 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()