Searched refs:shouldFlingForVelocity (Results 1 – 2 of 2) sorted by relevance
1335 boolean isFling = passedSlop && shouldFlingForVelocity(velocity); in onTouchEvent()1439 protected boolean shouldFlingForVelocity(int velocity) { in shouldFlingForVelocity() method
1191 protected boolean shouldFlingForVelocity(int velocityX) { in shouldFlingForVelocity() method in Workspace1194 super.shouldFlingForVelocity(velocityX); in shouldFlingForVelocity()