/frameworks/base/core/java/android/view/animation/ |
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()
|
D | AnimationUtils.java | 482 interpolator = new CycleInterpolator(res, theme, attrs); in createInterpolatorFromXml()
|
/frameworks/base/libs/hwui/ |
D | Interpolator.h | 78 class CycleInterpolator : public Interpolator { 80 explicit CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator() function
|
D | Interpolator.cpp | 79 float CycleInterpolator::interpolate(float input) { in interpolate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardQuickAffordanceViewBinder.kt | 26 import androidx.core.animation.CycleInterpolator in <lambda>() 226 CycleInterpolator(KeyguardBottomAreaVibrations.ShakeAnimationCycles) in <lambda>()
|
D | KeyguardQuickAffordanceOnTouchListener.kt | 25 import androidx.core.animation.CycleInterpolator
|
D | KeyguardBottomAreaViewBinder.kt | 28 import androidx.core.animation.CycleInterpolator in <lambda>() 442 CycleInterpolator(KeyguardBottomAreaVibrations.ShakeAnimationCycles) in <lambda>()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_animation_NativeInterpolatorFactory.cpp | 47 return reinterpret_cast<jlong>(new CycleInterpolator(cycles)); in createCycleInterpolator()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-p.txt | 22 Lcom/android/internal/R$styleable;->CycleInterpolator:[I
|
D | hiddenapi-max-target-o.txt | 43296 Landroid/R$styleable;->CycleInterpolator:[I 58543 Landroid/view/animation/CycleInterpolator;-><init>(Landroid/content/res/Resources;Landroid/content/… 58544 Landroid/view/animation/CycleInterpolator;->createNativeInterpolator()J 58545 Landroid/view/animation/CycleInterpolator;->mCycles:F
|
/frameworks/base/boot/ |
D | preloaded-classes | 9290 android.view.animation.CycleInterpolator
|
D | boot-image-profile.txt | 31707 Landroid/view/animation/CycleInterpolator;
|
/frameworks/base/config/ |
D | preloaded-classes | 9321 android.view.animation.CycleInterpolator
|
D | boot-image-profile.txt | 41868 Landroid/view/animation/CycleInterpolator;
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35362 public class CycleInterpolator extends android.view.animation.BaseInterpolator { 35363 ctor public CycleInterpolator(float); 35364 ctor public CycleInterpolator(android.content.Context, android.util.AttributeSet);
|
/frameworks/base/core/api/ |
D | current.txt | 55502 public class CycleInterpolator extends android.view.animation.BaseInterpolator { 55503 ctor public CycleInterpolator(float); 55504 ctor public CycleInterpolator(android.content.Context, android.util.AttributeSet);
|