Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java218 private final Paint mDesaturateAndDarkenPaint = new Paint(); field in BubbleStackView
999 mDesaturateAndDarkenPaint.setColorFilter(new ColorMatrixColorFilter(animatedMatrix)); in BubbleStackView()
1002 mDesaturateAndDarkenTargetView.setLayerPaint(mDesaturateAndDarkenPaint); in BubbleStackView()
2331 View.LAYER_TYPE_HARDWARE, mDesaturateAndDarkenPaint); in animateDesaturateAndDarken()