Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
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()
126 mColorDrawable.setTintBlendMode(blendMode); in setTintBlendMode()
132 return mColorDrawable.getColorFilter(); in getColorFilter()
137 mColorDrawable.setColorFilter(colorFilter); in setColorFilter()
142 return mColorDrawable.getOpacity(); in getOpacity()
148 mColorDrawable.setBounds(bounds); in onBoundsChange()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java871 private final ColorDrawable mColorDrawable; field in SplashscreenContentDrawer.DrawableColorTester.SingleColorTester
874 mColorDrawable = drawable; in SingleColorTester()
879 final int alpha = mColorDrawable.getAlpha(); in passFilterRatio()
890 return mColorDrawable.getColor(); in getDominantColor()
895 return isGrayscaleColor(mColorDrawable.getColor()); in isGrayscale()