Home
last modified time | relevance | path

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

/external/chromium_org/webkit/child/
Dfling_animator_impl_android.cc121 float diff_length = diff.Length(); in apply() local
122 if (diff_length > kEpsilon) { in apply()
124 float scroll_to_velocity = velocity / diff_length; in apply()