Searched refs:mBgView (Results 1 – 3 of 3) sorted by relevance
62 View mBgView; field in PlaybackControlsRowPresenter.ViewHolder141 if (mBgView != null) { in setOutline()142 RoundedRectHelper.getInstance().setClipToRoundedOutline(mBgView, false); in setOutline()143 ShadowHelper.getInstance().setZ(mBgView, 0); in setOutline()145 mBgView = view; in setOutline()
400 private View mBgView; field in GuidedActionsStylist445 mBgView = mMainView.findViewById(mButtonActions ? R.id.guidedactions_list_background2 : in onCreateView()542 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()