Searched refs:scaleAmount (Results 1 – 1 of 1) sorted by relevance
99 private static float mapToDuration(float scaleAmount) { in mapToDuration() argument101 scaleAmount = (scaleAmount * StackStateAnimator.ANIMATION_DURATION_STANDARD in mapToDuration()104 return Math.max(Math.min(scaleAmount, 1.0f), 0.0f); in mapToDuration()