Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java400 final float percentShadowVisible = 1f - percentBetween99and100; in getOutline() local
406 outlineMatrix.preScale(percentShadowVisible, percentShadowVisible); in getOutline()