Searched refs:mItemLayout (Results 1 – 2 of 2) sorted by relevance
142 final FrameLayout mItemLayout; field in MediaOutputBaseAdapter.MediaDeviceBaseViewHolder165 mItemLayout = view.requireViewById(R.id.item_layout); in MediaDeviceBaseViewHolder()217 mItemLayout.setBackground(backgroundDrawable); in setSingleLineLayout()222 mItemLayout.setBackgroundTintList( in setSingleLineLayout()240 (ViewGroup.MarginLayoutParams) mItemLayout.getLayoutParams(); in setSingleLineLayout()266 mItemLayout.setBackgroundTintList(ColorStateList.valueOf( in setTwoLineLayout()282 (ViewGroup.MarginLayoutParams) mItemLayout.getLayoutParams(); in setTwoLineLayout()285 mItemLayout.setBackground(backgroundDrawable); in setTwoLineLayout()438 mItemLayout.setBackground(backgroundDrawable); in initFakeActiveDevice()439 mItemLayout.setBackgroundTintList( in initFakeActiveDevice()[all …]
193 private final int mItemLayout; field in CascadingMenuPopup220 mItemLayout = AppGlobals.getIntCoreSetting( in CascadingMenuPopup()358 final MenuAdapter adapter = new MenuAdapter(menu, inflater, mOverflowOnly, mItemLayout); in showMenu()