Home
last modified time | relevance | path

Searched defs:backgroundView (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceSyncGroupTests.java92 View backgroundView = mActivity.getBackgroundView(); in testOverlappingSyncsEnsureOrder_WhenTimeout() local
141 View backgroundView = mActivity.getBackgroundView(); in testOverlappingSyncsEnsureOrder_WhileHoldingTransaction() local
156 View backgroundView = mActivity.getBackgroundView(); in addSecondSyncGroup() local
/aosp14/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/
H A DIllustrationPreference.java119 final ImageView backgroundView = in onBindViewHolder() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarTransitions.java42 public PhoneStatusBarTransitions(PhoneStatusBarView statusBarView, View backgroundView) { in PhoneStatusBarTransitions()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarTransitionsTest.kt55 private val backgroundView = mock<View>().apply { whenever(this.context).thenReturn(mContext) } regex
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorController.kt241 val backgroundView = this.backgroundView!! regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt224 val backgroundView = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java304 void setBackgroundView(View backgroundView) { in setBackgroundView()
/aosp14/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1530 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local