Home
last modified time | relevance | path

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

/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc118 int animation_width = frame_width + object_width; in ComputeAnimationProgress() local
119 double interval = static_cast<double>(animation_width) / pixels_per_second; in ComputeAnimationProgress()
121 return static_cast<int>(animation_width * ratio) - object_width; in ComputeAnimationProgress()