Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java62 protected static final int MAX_PAGE_SNAP_DURATION = 750; field in PagedView
1550 duration = Math.min(duration, MAX_PAGE_SNAP_DURATION); in snapToPageWithVelocity()