Searched refs:animationScaleMax (Results 1 – 1 of 1) sorted by relevance
240 final float animationScaleMax = windowWidth / visibleWindowWidth; in computeBounceAnimationScale() local241 mBounceEffectAnimationScale = Math.min(animationScaleMax, ANIMATION_BOUNCE_EFFECT_SCALE); in computeBounceAnimationScale()