Home
last modified time | relevance | path

Searched refs:backgroundView (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt83 private var backgroundView: FrameLayout? = null variable in com.android.systemui.animation.GhostedViewLaunchAnimatorController
210 backgroundView = FrameLayout(launchContainer.context) in onLaunchAnimationStart()
211 launchContainerOverlay.add(backgroundView) in onLaunchAnimationStart()
217 backgroundView?.background = backgroundDrawable in onLaunchAnimationStart()
241 val backgroundView = this.backgroundView!! in onLaunchAnimationProgress() constant
253 backgroundView.visibility = View.INVISIBLE in onLaunchAnimationProgress()
262 backgroundView.visibility = View.VISIBLE in onLaunchAnimationProgress()
301 backgroundView.top = topWithInsets - launchContainerLocation[1] in onLaunchAnimationProgress()
302 backgroundView.bottom = bottomWithInsets - launchContainerLocation[1] in onLaunchAnimationProgress()
303 backgroundView.left = leftWithInsets - launchContainerLocation[0] in onLaunchAnimationProgress()
[all …]
/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/
DIllustrationPreference.java119 final ImageView backgroundView = in onBindViewHolder() local
139 handleImageFrameMaxHeight(backgroundView, illustrationView); in onBindViewHolder()
342 private void handleImageFrameMaxHeight(ImageView backgroundView, ImageView illustrationView) {
347 final Resources res = backgroundView.getResources();
351 backgroundView.setMaxHeight(restrictedMaxHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarTransitions.java40 public PhoneStatusBarTransitions(PhoneStatusBarView statusBarView, View backgroundView) { in PhoneStatusBarTransitions() argument
41 super(backgroundView, R.drawable.status_background); in PhoneStatusBarTransitions()
/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/materials/
DGlassActivity.kt37 lateinit var backgroundView: ImageView in <lambda>() variable in com.android.test.silkfx.materials.GlassActivity
55 backgroundView.setImageBitmap(background) in <lambda>()
65 backgroundView = requireViewById(R.id.background) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt221 val backgroundView = in <lambda>() constant
224 if (currentChipView != null && backgroundView != null && intent != null) { in <lambda>()
230 backgroundView, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthBiometricView.java281 void setBackgroundView(View backgroundView) { in setBackgroundView() argument
282 backgroundView.setOnClickListener(mBackgroundClickListener); in setBackgroundView()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1531 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local
1534 backgroundView.addView(contentView, listParams); in createBackgroundView()
1536 return backgroundView; in createBackgroundView()