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

  /external/chromium_org/ui/gfx/android/
scroller.h 96 bool IsScrollingInDirection(float xvel, float yvel) const;
scroller_unittest.cc 64 EXPECT_TRUE(scroller.IsScrollingInDirection(kDefaultDeltaX, kDefaultDeltaY));
136 scroller.IsScrollingInDirection(kDefaultVelocityX, kDefaultVelocityY));
scroller.cc 401 bool Scroller::IsScrollingInDirection(float xvel, float yvel) const {

Completed in 229 milliseconds