Searched refs:gradientBoundsAmount (Results 1 – 1 of 1) sorted by relevance
122 val gradientBoundsAmount = lerp(GRADIENT_START_BOUNDS_PERCENTAGE, 1.0f, interpolatedAmount) regex126 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