Home
last modified time | relevance | path

Searched refs:interpolateBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt96 interpolateBounds(animationStartBounds, targetBounds, animatedFraction, in <lambda>()
447 targetBounds = interpolateBounds(previousBounds, newBounds, progress) in updateTargetState()
454 private fun interpolateBounds( in interpolateBounds() method