Searched defs:backgroundDrawable (Results 1 – 6 of 6) sorted by relevance
52 final Drawable backgroundDrawable = new ColorDrawable(Color.RED); in testAspectRatio() local
111 Drawable backgroundDrawable = mPhoneWindow.getDecorView().getBackground(); in testWindowBackground_colorLiteral() local
61 private var backgroundDrawable: WrappedDrawable? = null variable in com.android.systemui.animation.GhostedViewLaunchAnimatorController179 val backgroundDrawable = backgroundDrawable!! in onLaunchAnimationProgress() constant
164 private void updateReferenceToIndicatorDrawable(Drawable backgroundDrawable) { in updateReferenceToIndicatorDrawable()
189 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable()
2326 public static Drawable getResizingBackgroundDrawable(@Nullable Drawable backgroundDrawable, in getResizingBackgroundDrawable()