Searched refs:shouldFlingForVelocity (Results 1 – 2 of 2) sorted by relevance
1399 boolean isFling = passedSlop && shouldFlingForVelocity(velocity); in onTouchEvent()1506 protected boolean shouldFlingForVelocity(int velocity) { in shouldFlingForVelocity() method
1301 protected boolean shouldFlingForVelocity(int velocityX) { in shouldFlingForVelocity() method in Workspace1304 && super.shouldFlingForVelocity(velocityX); in shouldFlingForVelocity()