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()150 if (mBackgroundView == null || mViewHost == null || mLeash == null) { in updateThemeOnly()157 mBackgroundView.getLayoutParams(); in updateThemeOnly()158 mBackgroundView.setBackgroundColor(getThemeColorForBackground()); in updateThemeOnly()159 mViewHost.setView(mBackgroundView, lp); in updateThemeOnly()187 if (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()
71 private ImageView mBackgroundView; field in IllustrationPreferenceTest86 mBackgroundView = new ImageView(mContext); in setUp()94 doReturn(mBackgroundView).when(mRootView).findViewById(R.id.background_view); in setUp()240 assertThat(mBackgroundView.getMaxHeight()).isEqualTo(maxHeight); in setMaxHeight_smallerThanRestrictedHeight_matchResult()254 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 …]
164 private final ImageView mBackgroundView; field in AuthContainerView387 mBackgroundView = mLayout.findViewById(R.id.background); in AuthContainerView()388 ViewCompat.setAccessibilityDelegate(mBackgroundView, new AccessibilityDelegateCompat() { in AuthContainerView()463 mBackgroundView, mBiometricCallback, mApplicationCoroutineScope, in addBiometricView()472 mBackgroundView, mBiometricCallback, mApplicationCoroutineScope, in addBiometricView()525 mBackgroundView.setOnClickListener(null); in addCredentialView()526 mBackgroundView.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO); in addCredentialView()