/frameworks/base/core/java/android/view/animation/ |
D | AnticipateOvershootInterpolator.java | 19 import static com.android.internal.R.styleable.AnticipateOvershootInterpolator; 38 public class AnticipateOvershootInterpolator extends BaseInterpolator class 42 public AnticipateOvershootInterpolator() { in AnticipateOvershootInterpolator() method in AnticipateOvershootInterpolator 51 public AnticipateOvershootInterpolator(float tension) { in AnticipateOvershootInterpolator() method in AnticipateOvershootInterpolator 63 public AnticipateOvershootInterpolator(float tension, float extraTension) { in AnticipateOvershootInterpolator() method in AnticipateOvershootInterpolator 67 public AnticipateOvershootInterpolator(Context context, AttributeSet attrs) { in AnticipateOvershootInterpolator() method in AnticipateOvershootInterpolator 72 public AnticipateOvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) { in AnticipateOvershootInterpolator() method in AnticipateOvershootInterpolator 75 a = theme.obtainStyledAttributes(attrs, AnticipateOvershootInterpolator, 0, 0); in AnticipateOvershootInterpolator() 77 a = res.obtainAttributes(attrs, AnticipateOvershootInterpolator); in AnticipateOvershootInterpolator()
|
D | AnimationUtils.java | 488 interpolator = new AnticipateOvershootInterpolator(res, theme, attrs); in createInterpolatorFromXml()
|
/frameworks/base/libs/hwui/ |
D | Interpolator.h | 64 class AnticipateOvershootInterpolator : public Interpolator { 66 explicit AnticipateOvershootInterpolator(float tension) : mTension(tension) {} in AnticipateOvershootInterpolator() function
|
D | Interpolator.cpp | 56 float AnticipateOvershootInterpolator::interpolate(float t) { in interpolate()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_animation_NativeInterpolatorFactory.cpp | 39 return reinterpret_cast<jlong>(new AnticipateOvershootInterpolator(tension)); in createAnticipateOvershootInterpolator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DessertCaseView.java | 41 import android.view.animation.AnticipateOvershootInterpolator; 434 set1.setInterpolator(new AnticipateOvershootInterpolator());
|
/frameworks/base/boot/ |
D | preloaded-classes | 9286 android.view.animation.AnticipateOvershootInterpolator
|
D | boot-image-profile.txt | 31703 Landroid/view/animation/AnticipateOvershootInterpolator;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35344 public class AnticipateOvershootInterpolator extends android.view.animation.BaseInterpolator { 35345 ctor public AnticipateOvershootInterpolator(); 35346 ctor public AnticipateOvershootInterpolator(float); 35347 ctor public AnticipateOvershootInterpolator(float, float); 35348 ctor public AnticipateOvershootInterpolator(android.content.Context, android.util.AttributeSet);
|
/frameworks/base/config/ |
D | preloaded-classes | 9317 android.view.animation.AnticipateOvershootInterpolator
|
D | boot-image-profile.txt | 41864 Landroid/view/animation/AnticipateOvershootInterpolator;
|
/frameworks/base/core/api/ |
D | current.txt | 55484 public class AnticipateOvershootInterpolator extends android.view.animation.BaseInterpolator { 55485 ctor public AnticipateOvershootInterpolator(); 55486 ctor public AnticipateOvershootInterpolator(float); 55487 ctor public AnticipateOvershootInterpolator(float, float); 55488 ctor public AnticipateOvershootInterpolator(android.content.Context, android.util.AttributeSet);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 43209 Landroid/R$styleable;->AnticipateOvershootInterpolator:[I 58512 Landroid/view/animation/AnticipateOvershootInterpolator;-><init>(Landroid/content/res/Resources;Lan… 58513 Landroid/view/animation/AnticipateOvershootInterpolator;->a(FF)F 58514 Landroid/view/animation/AnticipateOvershootInterpolator;->createNativeInterpolator()J 58515 Landroid/view/animation/AnticipateOvershootInterpolator;->mTension:F 58516 Landroid/view/animation/AnticipateOvershootInterpolator;->o(FF)F 80436 Lcom/android/internal/R$styleable;->AnticipateOvershootInterpolator:[I
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |