Home
last modified time | relevance | path

Searched defs:backgroundDrawable (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DIllustrationTest.java52 final Drawable backgroundDrawable = new ColorDrawable(Color.RED); in testAspectRatio() local
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
DPhoneWindowTest.java111 Drawable backgroundDrawable = mPhoneWindow.getDecorView().getBackground(); in testWindowBackground_colorLiteral() local
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt61 private var backgroundDrawable: WrappedDrawable? = null variable in com.android.systemui.animation.GhostedViewLaunchAnimatorController
179 val backgroundDrawable = backgroundDrawable!! in onLaunchAnimationProgress() constant
/frameworks/base/core/java/android/widget/
DToggleButton.java164 private void updateReferenceToIndicatorDrawable(Drawable backgroundDrawable) { in updateReferenceToIndicatorDrawable()
/frameworks/base/graphics/java/android/graphics/drawable/
DAdaptiveIconDrawable.java189 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java2326 public static Drawable getResizingBackgroundDrawable(@Nullable Drawable backgroundDrawable, in getResizingBackgroundDrawable()