Searched refs:getPercentPastThreshold (Results 1 – 1 of 1) sorted by relevance
23 import com.android.systemui.statusbar.LightRevealEffect.Companion.getPercentPastThreshold42 fun getPercentPastThreshold(value: Float, threshold: Float): Float { in setRevealAmountOnScrim() method76 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()