Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java230 private final float mFastFlingVelocity; field in RecentsView
399 mFastFlingVelocity = getResources() in RecentsView()
883 isFlingingFast = mScroller.getCurrVelocity() > mFastFlingVelocity; in computeScrollHelper()