Home
last modified time | relevance | path

Searched defs:backgroundDrawable (Results 1 – 9 of 9) 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/src/com/android/systemui/complication/dagger/
DDreamHomeControlsComplicationComponent.java88 @Named(DREAM_HOME_CONTROLS_BACKGROUND_DRAWABLE) Drawable backgroundDrawable) { in provideHomeControlsChipView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseAdapter.java210 final Drawable backgroundDrawable = in setSingleLineLayout() local
262 final Drawable backgroundDrawable; in setTwoLineLayout() local
435 final Drawable backgroundDrawable = mContext.getDrawable( in initFakeActiveDevice() local
/frameworks/base/core/java/android/widget/
DToggleButton.java164 private void updateReferenceToIndicatorDrawable(Drawable backgroundDrawable) { in updateReferenceToIndicatorDrawable()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt88 private var backgroundDrawable: WrappedDrawable? = null variable in com.android.systemui.animation.GhostedViewLaunchAnimatorController
306 val backgroundDrawable = backgroundDrawable!! in onLaunchAnimationProgress() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/view/
DKeyboardBacklightDialog.kt165 val backgroundDrawable = iconTile.background as ShapeDrawable in <lambda>() constant
/frameworks/base/graphics/java/android/graphics/drawable/
DAdaptiveIconDrawable.java194 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable()
206 public AdaptiveIconDrawable(@Nullable Drawable backgroundDrawable, in AdaptiveIconDrawable()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java2336 public static Drawable getResizingBackgroundDrawable(@Nullable Drawable backgroundDrawable, in getResizingBackgroundDrawable()