Searched refs:backgroundView (Results 1 – 7 of 7) sorted by relevance
83 private var backgroundView: FrameLayout? = null variable in com.android.systemui.animation.GhostedViewLaunchAnimatorController210 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() constant253 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 …]
119 final ImageView backgroundView = in onBindViewHolder() local139 handleImageFrameMaxHeight(backgroundView, illustrationView); in onBindViewHolder()342 private void handleImageFrameMaxHeight(ImageView backgroundView, ImageView illustrationView) {347 final Resources res = backgroundView.getResources();351 backgroundView.setMaxHeight(restrictedMaxHeight);
40 public PhoneStatusBarTransitions(PhoneStatusBarView statusBarView, View backgroundView) { in PhoneStatusBarTransitions() argument41 super(backgroundView, R.drawable.status_background); in PhoneStatusBarTransitions()
37 lateinit var backgroundView: ImageView in <lambda>() variable in com.android.test.silkfx.materials.GlassActivity55 backgroundView.setImageBitmap(background) in <lambda>()65 backgroundView = requireViewById(R.id.background) in <lambda>()
221 val backgroundView = in <lambda>() constant224 if (currentChipView != null && backgroundView != null && intent != null) { in <lambda>()230 backgroundView, in <lambda>()
281 void setBackgroundView(View backgroundView) { in setBackgroundView() argument282 backgroundView.setOnClickListener(mBackgroundClickListener); in setBackgroundView()
1531 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local1534 backgroundView.addView(contentView, listParams); in createBackgroundView()1536 return backgroundView; in createBackgroundView()