Home
last modified time | relevance | path

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

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