Searched refs:mMinSnapVelocity (Results 1 – 1 of 1) sorted by relevance
93 protected int mMinSnapVelocity; field in PagedView182 mMinSnapVelocity = (int) (MIN_SNAP_VELOCITY * density); in init()1449 velocity = Math.max(mMinSnapVelocity, velocity); in snapToPageWithVelocity()