Home
last modified time | relevance | path

Searched refs:mColorDrawable (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorStateListDrawable.java36 private ColorDrawable mColorDrawable; field in ColorStateListDrawable
59 mColorDrawable.draw(canvas); in draw()
65 return mColorDrawable.getAlpha(); in getAlpha()
80 return mColorDrawable; in getCurrent()
119 mColorDrawable.setTintList(tint); in setTintList()
132 return mColorDrawable.getColorFilter(); in getColorFilter()
142 return mColorDrawable.getOpacity(); in getOpacity()
148 mColorDrawable.setBounds(bounds); in onBoundsChange()
161 mColorDrawable.setColor(color); in onStateChange()
296 mColorDrawable = new ColorDrawable(); in initializeColorDrawable()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDropZoneView.java84 private ColorDrawable mColorDrawable; field in DropZoneView
111 mColorDrawable = new ColorDrawable(); in DropZoneView()
112 setBackgroundDrawable(mColorDrawable); in DropZoneView()
187 animateBackground(mColorDrawable.getColor(), newColor); in animateSwitch()
209 animateBackground(mColorDrawable.getColor(), Color.TRANSPARENT); in setShowingMargin()
218 mBackgroundAnimator = ObjectAnimator.ofArgb(mColorDrawable, in animateBackground()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java864 private final ColorDrawable mColorDrawable; field in SplashscreenContentDrawer.DrawableColorTester.SingleColorTester
867 mColorDrawable = drawable; in SingleColorTester()
872 final int alpha = mColorDrawable.getAlpha(); in passFilterRatio()
883 return mColorDrawable.getColor(); in getDominantColor()
888 return isGrayscaleColor(mColorDrawable.getColor()); in isGrayscale()