Searched refs:RepeatMode (Results 1 – 5 of 5) 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
92 RepeatMode mode = static_cast<RepeatMode>(repeatMode); in addAnimator()
278 public @interface RepeatMode {} annotation in ValueAnimator913 public void setRepeatMode(@RepeatMode int value) { in setRepeatMode()922 @RepeatMode