Home
last modified time | relevance | path

Searched refs:mBackgroundView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DBackgroundWindowManager.java68 private View mBackgroundView; field in BackgroundWindowManager
121 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 …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBackgroundView.java45 private final View mBackgroundView; field in TvPipBackgroundView
57 mBackgroundView = findViewById(R.id.background_view); in TvPipBackgroundView()
97 mBackgroundView.animate() in transitionToMenuMode()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DIllustrationPreferenceTest.java71 private ImageView mBackgroundView; field in IllustrationPreferenceTest
86 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()
/frameworks/base/core/java/android/widget/
DPopupWindow.java169 private View mBackgroundView; field in PopupWindow
1436 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java164 private final ImageView mBackgroundView; field in AuthContainerView
387 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()