Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java360 public static ColorMatrix getAlphaInvariantColorMatrixForColor(@ColorInt int color) { in getAlphaInvariantColorMatrixForColor() method in Utils
381 return new ColorMatrixColorFilter(getAlphaInvariantColorMatrixForColor(color)); in getAlphaInvariantColorFilterForColor()