Loading graphics/java/android/graphics/drawable/RippleBackground.java +1 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,7 @@ class RippleBackground extends RippleComponent { exit.setInterpolator(LINEAR_INTERPOLATOR); exit.setDuration(OPACITY_EXIT_DURATION); exit.setStartDelay(fastEnterDuration); exit.setStartValue(targetAlpha); set.add(exit); // Linear "fast" enter based on current opacity. Loading Loading
graphics/java/android/graphics/drawable/RippleBackground.java +1 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,7 @@ class RippleBackground extends RippleComponent { exit.setInterpolator(LINEAR_INTERPOLATOR); exit.setDuration(OPACITY_EXIT_DURATION); exit.setStartDelay(fastEnterDuration); exit.setStartValue(targetAlpha); set.add(exit); // Linear "fast" enter based on current opacity. Loading