MCPcopy Create free account
hub / github.com/DrownCoder/RecyclerViewStudy / fling

Method fling

app/src/main/assets/RecyclerView.java:2306–2355  ·  view source on GitHub ↗

Begin a standard fling with an initial velocity along each axis in pixels per second. If the velocity given is below the system-defined minimum this method will return false and no fling will occur. @param velocityX Initial horizontal velocity in pixels per second @param velocityY Initial vertical

(int velocityX, int velocityY)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

onTouchEventMethod · 0.95
flingMethod · 0.45

Calls 6

dispatchNestedFlingMethod · 0.95
startNestedScrollMethod · 0.95
onFlingMethod · 0.80
canScrollHorizontallyMethod · 0.45
canScrollVerticallyMethod · 0.45

Tested by

no test coverage detected