/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | GhostedViewTransitionAnimatorController.kt | 97 private var backgroundDrawable: WrappedDrawable? = null variable in com.android.systemui.animation.GhostedViewTransitionAnimatorController 171 backgroundDrawable?.setBackgroundRadius(topCornerRadius, bottomCornerRadius) in setBackgroundCornerRadius() 239 backgroundDrawable = WrappedDrawable(background) in onTransitionAnimationStart() 240 backgroundView?.background = backgroundDrawable in onTransitionAnimationStart() 340 val backgroundDrawable = backgroundDrawable!! in onTransitionAnimationProgress() constant 341 backgroundDrawable.wrapped?.let { in onTransitionAnimationProgress() 354 backgroundDrawable?.wrapped?.alpha = startBackgroundAlpha in onTransitionAnimationEnd()
|
/frameworks/base/core/java/android/widget/ |
D | ToggleButton.java | 164 private void updateReferenceToIndicatorDrawable(Drawable backgroundDrawable) { in updateReferenceToIndicatorDrawable() argument 165 if (backgroundDrawable instanceof LayerDrawable) { in updateReferenceToIndicatorDrawable() 166 LayerDrawable layerDrawable = (LayerDrawable) backgroundDrawable; in updateReferenceToIndicatorDrawable()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | IllustrationTest.java | 52 final Drawable backgroundDrawable = new ColorDrawable(Color.RED); in testAspectRatio() local 54 illustration.setBackgroundDrawable(backgroundDrawable); in testAspectRatio()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
D | MediaOutputBaseAdapter.java | 210 final Drawable backgroundDrawable = in setSingleLineLayout() local 217 mItemLayout.setBackground(backgroundDrawable); in setSingleLineLayout() 262 final Drawable backgroundDrawable; in setTwoLineLayout() local 263 backgroundDrawable = mContext.getDrawable( in setTwoLineLayout() 285 mItemLayout.setBackground(backgroundDrawable); in setTwoLineLayout() 435 final Drawable backgroundDrawable = mContext.getDrawable( in initFakeActiveDevice() local 438 mItemLayout.setBackground(backgroundDrawable); in initFakeActiveDevice()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/ |
D | OpenHubComplicationComponent.java | 90 @Named(OPEN_HUB_BACKGROUND_DRAWABLE) Drawable backgroundDrawable) { in provideOpenHubChipView() argument 94 chip.setBackground(backgroundDrawable); in provideOpenHubChipView()
|
D | DreamHomeControlsComplicationComponent.java | 86 @Named(DREAM_HOME_CONTROLS_BACKGROUND_DRAWABLE) Drawable backgroundDrawable) { in provideHomeControlsChipView() argument 90 chip.setBackground(backgroundDrawable); in provideHomeControlsChipView()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/ |
D | PhoneWindowTest.java | 129 Drawable backgroundDrawable = mPhoneWindow.getDecorView().getBackground(); in testWindowBackground_colorLiteral() local 130 assertThat(backgroundDrawable instanceof ColorDrawable, is(true)); in testWindowBackground_colorLiteral() 132 ColorDrawable colorDrawable = (ColorDrawable) backgroundDrawable; in testWindowBackground_colorLiteral()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/view/ |
D | KeyboardBacklightDialog.kt | 181 val backgroundDrawable = iconTile.background as ShapeDrawable in <lambda>() constant 184 updateColor(backgroundDrawable, dimmedIconBackgroundColor) in <lambda>() 187 updateColor(backgroundDrawable, defaultIconBackgroundColor) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileViewImpl.kt | 158 private lateinit var backgroundDrawable: LayerDrawable in <lambda>() variable 332 backgroundDrawable = in <lambda>() 335 backgroundDrawable.findDrawableByLayerId(R.id.qs_tile_background_base) in <lambda>() 337 backgroundDrawable.findDrawableByLayerId(R.id.qs_tile_background_overlay) in <lambda>() 516 backgroundDrawable.callback = it in <lambda>() 519 backgroundDrawable in <lambda>() 1049 for (i in 0 until backgroundDrawable.numberOfLayers) { in <lambda>() 1050 val layer = backgroundDrawable.getDrawable(i) in <lambda>()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AdaptiveIconDrawable.java | 194 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable() argument 196 this(backgroundDrawable, foregroundDrawable, null); in AdaptiveIconDrawable() 206 public AdaptiveIconDrawable(@Nullable Drawable backgroundDrawable, in AdaptiveIconDrawable() argument 209 if (backgroundDrawable != null) { in AdaptiveIconDrawable() 210 addLayer(BACKGROUND_ID, createChildDrawable(backgroundDrawable)); in AdaptiveIconDrawable()
|
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/ |
D | DividerPresenterTest.java | 625 final ColorDrawable backgroundDrawable = in testGetContainerBackgroundColor() local 629 when(decorView.getBackground()).thenReturn(backgroundDrawable); in testGetContainerBackgroundColor()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |