Searched refs:mBgView (Results 1 – 3 of 3) sorted by relevance
64 View mBgView; field in PlaybackControlsRowPresenter.ViewHolder143 if (mBgView != null) { in setOutline()144 RoundedRectHelper.setClipToRoundedOutline(mBgView, false); in setOutline()145 ViewCompat.setZ(mBgView, 0f); in setOutline()147 mBgView = view; in setOutline()
403 private View mBgView; field in GuidedActionsStylist448 mBgView = mMainView.findViewById(mButtonActions ? R.id.guidedactions_list_background2 : in onCreateView()545 mBgView = null; in onDestroyView()
96 private View mBgView; field in BackgroundManager682 throw new IllegalStateException("Already attached to " + mBgView); in attachToViewInternal()684 mBgView = sceneRoot; in attachToViewInternal()704 mBgView = null; in detach()798 BackgroundHelper.setBackgroundPreservingAlpha(mBgView, mLayerDrawable); in lazyInit()