Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLightRevealScrim.kt22 import com.android.systemui.statusbar.LightRevealEffect.Companion.getPercentPastThreshold
41 fun getPercentPastThreshold(value: Float, threshold: Float): Float { regex
75 getPercentPastThreshold(interpolatedAmount, WIDEN_OVAL_THRESHOLD)
81 1f - getPercentPastThreshold(amount, FADE_END_COLOR_OUT_THRESHOLD)
109 getPercentPastThreshold(
116 getPercentPastThreshold(
171 val fadeAmount = getPercentPastThreshold(amount, 0.5f)
200 val fadeAmount = getPercentPastThreshold(interpolatedAmount, 0.5f)