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