Searched refs:mFlingThreshold (Results 1 – 1 of 1) sorted by relevance
46 private int mFlingThreshold; field in TaskStackLowRamLayoutAlgorithm61 mFlingThreshold = ViewConfiguration.get(context).getScaledMinimumFlingVelocity(); in reloadOnConfigurationChange()160 if (Math.abs(velocity) > mFlingThreshold) { in getClosestTaskP()