Searched refs:backgroundDrawable (Results 1 – 6 of 6) sorted by relevance
61 private var backgroundDrawable: WrappedDrawable? = null variable in com.android.systemui.animation.GhostedViewLaunchAnimatorController85 backgroundDrawable?.setBackgroundRadius(topCornerRadius, bottomCornerRadius) in getBackground()133 backgroundDrawable = WrappedDrawable(drawable) in onLaunchAnimationStart()134 backgroundView?.background = backgroundDrawable in onLaunchAnimationStart()179 val backgroundDrawable = backgroundDrawable!! in onLaunchAnimationProgress() constant180 backgroundDrawable.wrapped?.let { in onLaunchAnimationProgress()193 backgroundDrawable?.wrapped?.alpha = startBackgroundAlpha in onLaunchAnimationEnd()
164 private void updateReferenceToIndicatorDrawable(Drawable backgroundDrawable) { in updateReferenceToIndicatorDrawable() argument165 if (backgroundDrawable instanceof LayerDrawable) { in updateReferenceToIndicatorDrawable()166 LayerDrawable layerDrawable = (LayerDrawable) backgroundDrawable; in updateReferenceToIndicatorDrawable()
52 final Drawable backgroundDrawable = new ColorDrawable(Color.RED); in testAspectRatio() local54 illustration.setBackgroundDrawable(backgroundDrawable); in testAspectRatio()
111 Drawable backgroundDrawable = mPhoneWindow.getDecorView().getBackground(); in testWindowBackground_colorLiteral() local112 assertThat(backgroundDrawable instanceof ColorDrawable, is(true)); in testWindowBackground_colorLiteral()114 ColorDrawable colorDrawable = (ColorDrawable) backgroundDrawable; in testWindowBackground_colorLiteral()
189 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable() argument192 if (backgroundDrawable != null) { in AdaptiveIconDrawable()193 addLayer(BACKGROUND_ID, createChildDrawable(backgroundDrawable)); in AdaptiveIconDrawable()
2326 public static Drawable getResizingBackgroundDrawable(@Nullable Drawable backgroundDrawable, in getResizingBackgroundDrawable() argument2328 if (backgroundDrawable != null) { in getResizingBackgroundDrawable()2329 return enforceNonTranslucentBackground(backgroundDrawable, windowTranslucent); in getResizingBackgroundDrawable()