Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DFullscreenDialogView.java129 View backgroundView = findViewById(R.id.background); in startEnterAnimation() local
145 View backgroundView = findViewById(R.id.background); in startExitAnimation() local
/aosp12/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/
H A DIllustrationPreference.java104 final ImageView backgroundView = in onBindViewHolder() local
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
H A DDvrPlaybackSideFragment.java64 View backgroundView = super.onCreateBackgroundView(inflater, container, savedInstanceState); in onCreateBackgroundView() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarTransitions.java40 public PhoneStatusBarTransitions(PhoneStatusBarView statusBarView, View backgroundView) { in PhoneStatusBarTransitions()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DFloatingWidgetBackgroundView.java68 void init(LauncherAppWidgetHostView hostView, View backgroundView, float finalRadius, in init()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorController.kt182 val backgroundView = this.backgroundView!! regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt225 val backgroundView = regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java307 public void setBackgroundView(View backgroundView) { in setBackgroundView()
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityGestureNavigationTutorial.java513 final View backgroundView = mIllustrationView.findViewById(R.id.image_background); in setupIllustrationChildViewsGravity() local
/aosp12/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1526 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local