Searched refs:RepeatMode (Results 1 – 7 of 7) sorted by relevance
29 nsecs_t duration, int repeatCount, RepeatMode repeatMode);42 RepeatMode mRepeatMode;59 int repeatCount, RepeatMode repeatMode);
28 RepeatMode repeatMode) { in addPropertyAnimator()130 RepeatMode repeatMode) in PropertyAnimator()175 if (iteration % 2 && mRepeatMode == RepeatMode::Reverse) { in setFraction()
48 enum class RepeatMode { enum
20 import androidx.compose.animation.core.RepeatMode53 repeatMode = RepeatMode.Restart
89 RepeatMode mode = static_cast<RepeatMode>(repeatMode); in addAnimator()
288 public @interface RepeatMode {} annotation in ValueAnimator998 public void setRepeatMode(@RepeatMode int value) { in setRepeatMode()1007 @RepeatMode
4 import androidx.compose.animation.core.RepeatMode in <lambda>()329 repeatMode = RepeatMode.Reverse in animatedRadialGradientBackground()