Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java1399 boolean isFling = passedSlop && shouldFlingForVelocity(velocity); in onTouchEvent()
1506 protected boolean shouldFlingForVelocity(int velocity) { in shouldFlingForVelocity() method
DWorkspace.java1301 protected boolean shouldFlingForVelocity(int velocityX) { in shouldFlingForVelocity() method in Workspace
1304 && super.shouldFlingForVelocity(velocityX); in shouldFlingForVelocity()