HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrVelocityY (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/gfx/android/
scroller_unittest.cc 63 EXPECT_GT(0.f, scroller.GetCurrVelocityY() * kDefaultDeltaY);
71 float curr_velocity_y = scroller.GetCurrVelocityY();
76 EXPECT_EQ(curr_velocity_y, scroller.GetCurrVelocityY());
85 EXPECT_NEAR(0.f, scroller.GetCurrVelocityY(), kEpsilon);
134 EXPECT_LT(0.f, scroller.GetCurrVelocityY() * kDefaultVelocityY);
143 float curr_velocity_y = scroller.GetCurrVelocityY();
148 EXPECT_EQ(curr_velocity_y, scroller.GetCurrVelocityY());
157 EXPECT_NEAR(0.f, scroller.GetCurrVelocityY(), kEpsilon);
scroller.h 92 float GetCurrVelocityY() const;
scroller.cc 234 float old_velocity_y = GetCurrVelocityY();
389 float Scroller::GetCurrVelocityY() const {
  /external/chromium_org/content/child/
fling_animator_impl_android.cc 90 scroller_.GetCurrVelocityY()));

Completed in 79 milliseconds