Searched refs:minVelocity (Results 1 – 2 of 2) sorted by relevance
213 final int minVelocity = (int) (DEFAULT_MINIMUM_VELOCITY_DIPS * metrics.density + 0.5f); in AutoScrollHelper() local215 setMinimumVelocity(minVelocity, minVelocity); in AutoScrollHelper()
1062 final float minVelocity = Settings.Secure.getFloat(contentResolver, in getMagnetizedStack() local1072 mMagnetizedStack.setFlingToTargetMinVelocity(minVelocity); in getMagnetizedStack()