MCPcopy Index your code
hub / github.com/daishengda2018/AndroidKnowledgeSystem / onPageScrolled

Method onPageScrolled

CODE/ViewPagerEx.java:1685–1749  ·  view source on GitHub ↗

This method will be invoked when the current page is scrolled, either as part of a programmatically initiated smooth scroll or a user initiated touch scroll. If you override this method you must call through to the superclass implementation (e.g. super.onPageScrolled(position, offset, offsetPixels))

(int position, float offset, int offsetPixels)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

pageScrolledMethod · 0.95

Calls 3

getClientWidthMethod · 0.95
transformPageMethod · 0.80
onPageScrolledMethod · 0.65

Tested by

no test coverage detected