Loading packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/RippleShader.kt +2 −1 Original line number Diff line number Diff line Loading @@ -431,8 +431,9 @@ class RippleShader(rippleShape: RippleShape = RippleShape.CIRCLE) : "[setSizeAtProgresses] before playing the animation." ) } // If there's no size is set, we set everything to 0. // If there's no size is set, we set everything to 0 and return early. setSizeAtProgresses(initialSize) return currentSizeIndex } var candidate = sizes[currentSizeIndex] Loading Loading
packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/RippleShader.kt +2 −1 Original line number Diff line number Diff line Loading @@ -431,8 +431,9 @@ class RippleShader(rippleShape: RippleShape = RippleShape.CIRCLE) : "[setSizeAtProgresses] before playing the animation." ) } // If there's no size is set, we set everything to 0. // If there's no size is set, we set everything to 0 and return early. setSizeAtProgresses(initialSize) return currentSizeIndex } var candidate = sizes[currentSizeIndex] Loading