Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java981 final ColorMatrix darkenMatrix = new ColorMatrix(); in BubbleStackView() local
989 darkenMatrix.setScale( in BubbleStackView()
996 animatedMatrix.postConcat(darkenMatrix); in BubbleStackView()