Home
last modified time | relevance | path

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

/external/chromium_org/cc/animation/
Dlayer_animation_controller.cc500 float animation_scale = 0.f; in MaximumScale() local
501 if (!transform_animation_curve->MaximumScale(&animation_scale)) in MaximumScale()
503 *max_scale = std::max(*max_scale, animation_scale); in MaximumScale()