Home | History | Annotate | Download | only in dynamicui

Lines Matching defs:ColorUtils

23 import android.support.v4.graphics.ColorUtils;
84 ColorUtils.RGBToHSL(Color.red(colorValue), Color.green(colorValue),
100 ColorUtils.RGBToHSL(Color.red(colorValue), Color.green(colorValue), Color.blue(colorValue),
132 ColorUtils.colorToHSL(mainColor, mTmpHSL);
134 ColorUtils.colorToHSL(MAIN_COLOR_LIGHT, mTmpHSL);
139 ColorUtils.colorToHSL(MAIN_COLOR_DARK, mTmpHSL);
173 return ColorUtils.HSLToColor(mTmpHSL);