Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/
H A DRippleShader.kt427 val prevSize = sizes[prevIndex] regex
429 val subProgress = subProgress(prevSize.t, targetSize.t, progress)
431 currentWidth = targetSize.width * subProgress + prevSize.width
432 currentHeight = targetSize.height * subProgress + prevSize.height