Searched refs:mMinSnapVelocity (Results 1 – 1 of 1) sorted by relevance
97 protected final int mMinSnapVelocity; field in PagedView185 mMinSnapVelocity = (int) (MIN_SNAP_VELOCITY * density); in PagedView()1534 velocity = Math.max(mMinSnapVelocity, velocity); in snapToPageWithVelocity()