Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.h29 nsecs_t duration, int repeatCount, RepeatMode repeatMode);
42 RepeatMode mRepeatMode;
59 int repeatCount, RepeatMode repeatMode);
H A DPropertyValuesAnimatorSet.cpp28 RepeatMode repeatMode) { in addPropertyAnimator()
130 RepeatMode repeatMode) in PropertyAnimator()
175 if (iteration % 2 && mRepeatMode == RepeatMode::Reverse) { in setFraction()
H A DAnimator.h48 enum class RepeatMode { enum
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/
H A DEntryHighlight.kt20 import androidx.compose.animation.core.RepeatMode
53 repeatMode = RepeatMode.Restart
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp89 RepeatMode mode = static_cast<RepeatMode>(repeatMode); in addAnimator()
/aosp14/frameworks/base/core/java/android/animation/
H A DValueAnimator.java288 public @interface RepeatMode {} annotation in ValueAnimator
998 public void setRepeatMode(@RepeatMode int value) { in setRepeatMode()
1007 @RepeatMode