Searched refs:mBackgroundView (Results 1 – 5 of 5) sorted by relevance
68 private View mBackgroundView; field in BackgroundWindowManager121 if (mBackgroundView != null || mViewHost != null) { in initView()127 mBackgroundView = (View) LayoutInflater.from(mContext) in initView()136 mBackgroundView.setBackgroundColor(getThemeColorForBackground()); in initView()137 mViewHost.setView(mBackgroundView, lp); in initView()157 mBackgroundView.getLayoutParams(); in updateThemeOnly()158 mBackgroundView.setBackgroundColor(getThemeColorForBackground()); in updateThemeOnly()159 mViewHost.setView(mBackgroundView, lp); in updateThemeOnly()187 if (mBackgroundView != null) { in removeBackgroundLayer()188 mBackgroundView = null; in removeBackgroundLayer()[all …]
45 private final View mBackgroundView; field in TvPipBackgroundView57 mBackgroundView = findViewById(R.id.background_view); in TvPipBackgroundView()97 mBackgroundView.animate() in transitionToMenuMode()
58 private ImageView mBackgroundView; field in IllustrationPreferenceTest72 mBackgroundView = new ImageView(mContext); in setUp()80 doReturn(mBackgroundView).when(mRootView).findViewById(R.id.background_view); in setUp()180 assertThat(mBackgroundView.getMaxHeight()).isEqualTo(maxHeight); in setMaxHeight_smallerThanRestrictedHeight_matchResult()194 assertThat(mBackgroundView.getMaxHeight()).isEqualTo(restrictedHeight); in setMaxHeight_largerThanRestrictedHeight_specificHeight()
169 private View mBackgroundView; field in PopupWindow1436 if (mBackground != null && mBackgroundView != null) { in updateAboveAnchor()1442 mBackgroundView.setBackground(mAboveAnchorBackgroundDrawable); in updateAboveAnchor()1444 mBackgroundView.setBackground(mBelowAnchorBackgroundDrawable); in updateAboveAnchor()1447 mBackgroundView.refreshDrawableState(); in updateAboveAnchor()1495 mBackgroundView = createBackgroundView(mContentView); in preparePopup()1496 mBackgroundView.setBackground(mBackground); in preparePopup()1498 mBackgroundView = mContentView; in preparePopup()1501 mDecorView = createDecorView(mBackgroundView); in preparePopup()1505 mBackgroundView.setElevation(mElevation); in preparePopup()[all …]
154 private final ImageView mBackgroundView; field in AuthContainerView334 mBackgroundView = mFrameLayout.findViewById(R.id.background); in AuthContainerView()335 ViewCompat.setAccessibilityDelegate(mBackgroundView, new AccessibilityDelegateCompat() { in AuthContainerView()402 mBackgroundView, mBiometricCallback, mApplicationCoroutineScope, in showPrompt()460 view.setBackgroundView(mBackgroundView); in showLegacyPrompt()513 mBackgroundView.setOnClickListener(null); in addCredentialView()514 mBackgroundView.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO); in addCredentialView()