Searched refs:mColorDrawable (Results 1 – 3 of 3) sorted by relevance
36 private ColorDrawable mColorDrawable; field in ColorStateListDrawable59 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 …]
84 private ColorDrawable mColorDrawable; field in DropZoneView111 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()
871 private final ColorDrawable mColorDrawable; field in SplashscreenContentDrawer.DrawableColorTester.SingleColorTester874 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()