Searched refs:blurRadiusOfRatio (Results 1 – 6 of 6) sorted by relevance
113 brightnessMirrorSpring.animateTo(if (value) blurUtils.blurRadiusOfRatio(1f).toInt()195 val expansionRadius = blurUtils.blurRadiusOfRatio(202 combinedBlur = max(combinedBlur, blurUtils.blurRadiusOfRatio(qsExpandedRatio))203 combinedBlur = max(combinedBlur, blurUtils.blurRadiusOfRatio(transitionToFullShadeProgress))272 blurUtils.blurRadiusOfRatio(animation.animatedValue as Float)307 wakeAndUnlockBlurRadius = blurUtils.blurRadiusOfRatio(eased)441 shadeAnimation.animateTo(blurUtils.blurRadiusOfRatio(targetBlurNormalized).toInt())
57 fun blurRadiusOfRatio(ratio: Float): Float { regex
203 when(mBlurUtils.blurRadiusOfRatio(anyFloat())).thenReturn(blurRadius); in testBouncerAnimation_updateBlur()212 verify(mBlurUtils).blurRadiusOfRatio(1 - scaledFraction); in testBouncerAnimation_updateBlur()
69 (int) mBlurUtils.blurRadiusOfRatio(1), backgroundAlpha == 255); in showShutdownUi()
96 `when`(blurUtils.blurRadiusOfRatio(anyFloat())).then { answer ->304 `when`(blurUtils.blurRadiusOfRatio(anyFloat())).then { answer ->
283 (int) mBlurUtils.blurRadiusOfRatio( in updateTransitionState()