Searched refs:endCenterY (Results 1 – 5 of 5) sorted by relevance
73 val endCenterY: Float in createEffectConfig() constant80 endCenterY = height * 0.5f in createEffectConfig()82 startCenterY = endCenterY in createEffectConfig()88 endCenterY = 0f in createEffectConfig()90 startCenterY = endCenterY - OFFSET in createEffectConfig()96 endCenterY = height * 0.5f in createEffectConfig()98 startCenterY = endCenterY in createEffectConfig()104 endCenterY = height in createEffectConfig()106 startCenterY = endCenterY + OFFSET in createEffectConfig()112 endCenterY = height * 0.5f in createEffectConfig()[all …]
96 lerp(config.startCenterY, config.endCenterY, progress) in playEaseIn()142 lerp(config.endCenterY, config.startCenterY, progress) in playEaseOut()
28 val endCenterY: Float, constant in com.android.systemui.surfaceeffects.glowboxeffect.GlowBoxConfig
54 endCenterY = 0f, in setup()
220 final float endCenterY = in setupEnableAnimationSpecs() local225 Float.isNaN(centerY) ? endCenterY : centerY); in setupEnableAnimationSpecs()