Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLightRevealScrim.kt122 val gradientBoundsAmount = lerp(GRADIENT_START_BOUNDS_PERCENTAGE, 1.0f, interpolatedAmount) regex
126 left = scrim.viewWidth / 2 - (scrim.viewWidth / 2) * gradientBoundsAmount,
128 right = scrim.viewWidth / 2 + (scrim.viewWidth / 2) * gradientBoundsAmount,
134 top = scrim.viewHeight / 2 - (scrim.viewHeight / 2) * gradientBoundsAmount,
136 bottom = scrim.viewHeight / 2 + (scrim.viewHeight / 2) * gradientBoundsAmount