Searched refs:animatedMatrix (Results 1 – 1 of 1) sorted by relevance
980 final ColorMatrix animatedMatrix = new ColorMatrix(); in BubbleStackView() local986 animatedMatrix.setSaturation(animatedValue); in BubbleStackView()996 animatedMatrix.postConcat(darkenMatrix); in BubbleStackView()999 mDesaturateAndDarkenPaint.setColorFilter(new ColorMatrixColorFilter(animatedMatrix)); in BubbleStackView()