Searched refs:backgroundDrawable (Results 1 – 7 of 7) sorted by relevance
89 private var backgroundDrawable: WrappedDrawable? = null variable in com.android.systemui.animation.GhostedViewLaunchAnimatorController154 backgroundDrawable?.setBackgroundRadius(topCornerRadius, bottomCornerRadius) in setBackgroundCornerRadius()216 backgroundDrawable = WrappedDrawable(background) in onLaunchAnimationStart()217 backgroundView?.background = backgroundDrawable in onLaunchAnimationStart()306 val backgroundDrawable = backgroundDrawable!! in onLaunchAnimationProgress() constant307 backgroundDrawable.wrapped?.let { in onLaunchAnimationProgress()320 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()
212 final Drawable backgroundDrawable = in setSingleLineLayout() local219 mItemLayout.setBackground(backgroundDrawable); in setSingleLineLayout()281 final Drawable backgroundDrawable = mContext.getDrawable( in setTwoLineLayout() local284 backgroundDrawable.setColorFilter(new PorterDuffColorFilter( in setTwoLineLayout()287 mItemLayout.setBackground(backgroundDrawable); in setTwoLineLayout()435 final Drawable backgroundDrawable = mContext.getDrawable( in initMutingExpectedDevice() local438 backgroundDrawable.setColorFilter( in initMutingExpectedDevice()441 mItemLayout.setBackground(backgroundDrawable); in initMutingExpectedDevice()
194 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable() argument196 this(backgroundDrawable, foregroundDrawable, null); in AdaptiveIconDrawable()206 public AdaptiveIconDrawable(@Nullable Drawable backgroundDrawable, in AdaptiveIconDrawable() argument209 if (backgroundDrawable != null) { in AdaptiveIconDrawable()210 addLayer(BACKGROUND_ID, createChildDrawable(backgroundDrawable)); in AdaptiveIconDrawable()
2337 public static Drawable getResizingBackgroundDrawable(@Nullable Drawable backgroundDrawable, in getResizingBackgroundDrawable() argument2339 if (backgroundDrawable != null) { in getResizingBackgroundDrawable()2340 return enforceNonTranslucentBackground(backgroundDrawable, windowTranslucent); in getResizingBackgroundDrawable()