Home
last modified time | relevance | path

Searched defs:toColor (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/core/ktx/src/main/java/androidx/core/graphics/
DColor.kt206 inline fun @receiver:ColorInt Int.toColor(): Color = Color.valueOf(this) method
319 inline fun @receiver:ColorLong Long.toColor(): Color = Color.valueOf(this) method
/frameworks/base/libs/hwui/
DPropertyValuesHolder.cpp38 void ColorEvaluator::evaluate(SkColor* outColor, const SkColor& fromColor, const SkColor& toColor, in evaluate()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLCanvas.java109 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed()
116 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed()
DGLES20Canvas.java758 …public void drawMixed(BasicTexture texture, int toColor, float ratio, int x, int y, int w, int h) { in drawMixed()
765 …public void drawMixed(BasicTexture texture, int toColor, float ratio, RectF source, RectF target) { in drawMixed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java162 private void animateGrayScale(int fromColor, int toColor, ImageView iv, in animateGrayScale()