Home
last modified time | relevance | path

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

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