Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java467 final ColorMatrix animatedMatrix = new ColorMatrix(); in BubbleStackView() local
473 animatedMatrix.setSaturation(animatedValue); in BubbleStackView()
483 animatedMatrix.postConcat(darkenMatrix); in BubbleStackView()
486 mDesaturateAndDarkenPaint.setColorFilter(new ColorMatrixColorFilter(animatedMatrix)); in BubbleStackView()