Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLightRevealScrim.kt23 import com.android.systemui.statusbar.LightRevealEffect.Companion.getPercentPastThreshold
42 fun getPercentPastThreshold(value: Float, threshold: Float): Float { in setRevealAmountOnScrim() method
76 getPercentPastThreshold(interpolatedAmount, WIDEN_OVAL_THRESHOLD) in setRevealAmountOnScrim()
82 1f - getPercentPastThreshold(amount, FADE_END_COLOR_OUT_THRESHOLD) in setRevealAmountOnScrim()
110 getPercentPastThreshold( in setRevealAmountOnScrim()
117 getPercentPastThreshold( in setRevealAmountOnScrim()
164 getPercentPastThreshold(1 - amount, threshold = 1 - START_COLOR_REVEAL_PERCENTAGE) in setRevealAmountOnScrim()
167 getPercentPastThreshold( in setRevealAmountOnScrim()
220 val fadeAmount = getPercentPastThreshold(amount, 0.5f) in setRevealAmountOnScrim()
249 val fadeAmount = getPercentPastThreshold(interpolatedAmount, 0.5f) in setRevealAmountOnScrim()