Home
last modified time | relevance | path

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

/external/chromium_org/webkit/child/
Dfling_animator_impl_android.cc52 last_velocity_ = velocity; in StartFling()
119 gfx::PointF current_velocity = last_velocity_; in apply()
129 last_velocity_ = current_velocity; in apply()
Dfling_animator_impl_android.h50 gfx::PointF last_velocity_; variable