Home
last modified time | relevance | path

Searched refs:CycleInterpolator (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/animation/
H A DCycleInterpolator.java36 public class CycleInterpolator extends BaseInterpolator implements NativeInterpolator { class
37 public CycleInterpolator(float cycles) { in CycleInterpolator() method in CycleInterpolator
41 public CycleInterpolator(Context context, AttributeSet attrs) { in CycleInterpolator() method in CycleInterpolator
46 public CycleInterpolator(Resources resources, Theme theme, AttributeSet attrs) { in CycleInterpolator() method in CycleInterpolator
49 a = theme.obtainStyledAttributes(attrs, R.styleable.CycleInterpolator, 0, 0); in CycleInterpolator()
51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator); in CycleInterpolator()
H A DAnimationUtils.java400 interpolator = new CycleInterpolator(res, theme, attrs); in createInterpolatorFromXml()
/aosp14/frameworks/base/libs/hwui/
H A DInterpolator.h78 class CycleInterpolator : public Interpolator {
80 explicit CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator() function
H A DInterpolator.cpp79 float CycleInterpolator::interpolate(float input) { in interpolate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardQuickAffordanceViewBinder.kt26 import androidx.core.animation.CycleInterpolator
237 CycleInterpolator(KeyguardBottomAreaVibrations.ShakeAnimationCycles)
H A DKeyguardQuickAffordanceOnTouchListener.kt25 import androidx.core.animation.CycleInterpolator
H A DKeyguardBottomAreaViewBinder.kt28 import androidx.core.animation.CycleInterpolator
414 CycleInterpolator(KeyguardBottomAreaVibrations.ShakeAnimationCycles)
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_animation_NativeInterpolatorFactory.cpp49 return reinterpret_cast<jlong>(new CycleInterpolator(cycles)); in createCycleInterpolator()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-p.txt22 Lcom/android/internal/R$styleable;->CycleInterpolator:[I
H A Dhiddenapi-max-target-o.txt43939 Landroid/R$styleable;->CycleInterpolator:[I
59186 Landroid/view/animation/CycleInterpolator;-><init>(Landroid/content/res/Resources;Landroid/content/…
59187 Landroid/view/animation/CycleInterpolator;->createNativeInterpolator()J
59188 Landroid/view/animation/CycleInterpolator;->mCycles:F
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes9047 android.view.animation.CycleInterpolator
H A Dboot-image-profile.txt31845 Landroid/view/animation/CycleInterpolator;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes9078 android.view.animation.CycleInterpolator
H A Dboot-image-profile.txt41979 Landroid/view/animation/CycleInterpolator;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt54910 public class CycleInterpolator extends android.view.animation.BaseInterpolator {
54911 ctor public CycleInterpolator(float);
54912 ctor public CycleInterpolator(android.content.Context, android.util.AttributeSet);