Home
last modified time | relevance | path

Searched refs:backgroundDrawable (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt97 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/
DToggleButton.java164 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/
DIllustrationTest.java52 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/
DMediaOutputBaseAdapter.java210 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/
DOpenHubComplicationComponent.java90 @Named(OPEN_HUB_BACKGROUND_DRAWABLE) Drawable backgroundDrawable) { in provideOpenHubChipView() argument
94 chip.setBackground(backgroundDrawable); in provideOpenHubChipView()
DDreamHomeControlsComplicationComponent.java86 @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/
DPhoneWindowTest.java129 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/
DKeyboardBacklightDialog.kt181 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/
DQSTileViewImpl.kt158 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/
DAdaptiveIconDrawable.java194 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/
DDividerPresenterTest.java625 final ColorDrawable backgroundDrawable = in testGetContainerBackgroundColor() local
629 when(decorView.getBackground()).thenReturn(backgroundDrawable); in testGetContainerBackgroundColor()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...