Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/lowram/
DTaskStackLowRamLayoutAlgorithm.java46 private int mFlingThreshold; field in TaskStackLowRamLayoutAlgorithm
61 mFlingThreshold = ViewConfiguration.get(context).getScaledMinimumFlingVelocity(); in reloadOnConfigurationChange()
160 if (Math.abs(velocity) > mFlingThreshold) { in getClosestTaskP()