Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLightRevealScrim.kt18 import com.android.systemui.statusbar.LightRevealEffect.Companion.getPercentPastThreshold
34 fun getPercentPastThreshold(value: Float, threshold: Float): Float { regex
68 getPercentPastThreshold(interpolatedAmount, WIDEN_OVAL_THRESHOLD)
73 revealGradientEndColorAlpha = 1f - getPercentPastThreshold(
96 getPercentPastThreshold(1 - interpolatedAmount,
100 1f - getPercentPastThreshold(interpolatedAmount,
153 val fadeAmount = getPercentPastThreshold(amount, 0.5f)
181 val fadeAmount = getPercentPastThreshold(interpolatedAmount, 0.5f)