/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | CycleInterpolator.java | 36 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 D | AnimationUtils.java | 400 interpolator = new CycleInterpolator(res, theme, attrs); in createInterpolatorFromXml()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Interpolator.h | 78 class CycleInterpolator : public Interpolator { 80 explicit CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator() function
|
H A D | Interpolator.cpp | 79 float CycleInterpolator::interpolate(float input) { in interpolate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
H A D | KeyguardQuickAffordanceViewBinder.kt | 26 import androidx.core.animation.CycleInterpolator 237 CycleInterpolator(KeyguardBottomAreaVibrations.ShakeAnimationCycles)
|
H A D | KeyguardQuickAffordanceOnTouchListener.kt | 25 import androidx.core.animation.CycleInterpolator
|
H A D | KeyguardBottomAreaViewBinder.kt | 28 import androidx.core.animation.CycleInterpolator 414 CycleInterpolator(KeyguardBottomAreaVibrations.ShakeAnimationCycles)
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_animation_NativeInterpolatorFactory.cpp | 49 return reinterpret_cast<jlong>(new CycleInterpolator(cycles)); in createCycleInterpolator()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-p.txt | 22 Lcom/android/internal/R$styleable;->CycleInterpolator:[I
|
H A D | hiddenapi-max-target-o.txt | 43939 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 D | preloaded-classes | 9047 android.view.animation.CycleInterpolator
|
H A D | boot-image-profile.txt | 31845 Landroid/view/animation/CycleInterpolator;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 9078 android.view.animation.CycleInterpolator
|
H A D | boot-image-profile.txt | 41979 Landroid/view/animation/CycleInterpolator;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 54910 public class CycleInterpolator extends android.view.animation.BaseInterpolator { 54911 ctor public CycleInterpolator(float); 54912 ctor public CycleInterpolator(android.content.Context, android.util.AttributeSet);
|