Searched refs:minVel (Results 1 – 2 of 2) sorted by relevance
402 public void setMinVelocity(float minVel) { in setMinVelocity() argument403 mMinVelocity = minVel; in setMinVelocity()
376 final float minVel = MIN_FLING_VELOCITY * density; in DrawerLayout() local383 mLeftDragger.setMinVelocity(minVel); in DrawerLayout()388 mRightDragger.setMinVelocity(minVel); in DrawerLayout()