/frameworks/base/core/java/com/android/internal/view/animation/ |
D | FallbackLUTInterpolator.java | 19 import android.animation.TimeInterpolator; 31 public class FallbackLUTInterpolator implements NativeInterpolatorFactory, TimeInterpolator { 33 private TimeInterpolator mSourceInterpolator; 40 public FallbackLUTInterpolator(TimeInterpolator interpolator, long duration) { in FallbackLUTInterpolator() 45 private static float[] createLUT(TimeInterpolator interpolator, long duration) { in createLUT() 66 public static long createNativeInterpolator(TimeInterpolator interpolator, long duration) { in createNativeInterpolator()
|
/frameworks/base/core/java/com/android/internal/transition/ |
D | TransitionConstants.java | 18 import android.animation.TimeInterpolator; 22 static final TimeInterpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0, 0, 0.2f, 1); 23 static final TimeInterpolator FAST_OUT_SLOW_IN = new PathInterpolator(0.4f, 0, 0.2f, 1);
|
D | EpicenterTranslateClipReveal.java | 22 import android.animation.TimeInterpolator; 50 private final TimeInterpolator mInterpolatorX; 51 private final TimeInterpolator mInterpolatorY; 52 private final TimeInterpolator mInterpolatorZ; 212 TimeInterpolator interpolatorX, TimeInterpolator interpolatorY, in createRectAnimator() 213 TimeInterpolator interpolatorZ) { in createRectAnimator()
|
/frameworks/base/core/java/android/view/animation/ |
D | Interpolator.java | 19 import android.animation.TimeInterpolator; 26 public interface Interpolator extends TimeInterpolator {
|
/frameworks/base/core/java/android/animation/ |
D | LayoutTransition.java | 197 private static TimeInterpolator ACCEL_DECEL_INTERPOLATOR = 199 private static TimeInterpolator DECEL_INTERPOLATOR = new DecelerateInterpolator(); 200 private static TimeInterpolator sAppearingInterpolator = ACCEL_DECEL_INTERPOLATOR; 201 private static TimeInterpolator sDisappearingInterpolator = ACCEL_DECEL_INTERPOLATOR; 202 private static TimeInterpolator sChangingAppearingInterpolator = DECEL_INTERPOLATOR; 203 private static TimeInterpolator sChangingDisappearingInterpolator = DECEL_INTERPOLATOR; 204 private static TimeInterpolator sChangingInterpolator = DECEL_INTERPOLATOR; 209 private TimeInterpolator mAppearingInterpolator = sAppearingInterpolator; 210 private TimeInterpolator mDisappearingInterpolator = sDisappearingInterpolator; 211 private TimeInterpolator mChangingAppearingInterpolator = sChangingAppearingInterpolator; [all …]
|
D | Keyframe.java | 66 private TimeInterpolator mInterpolator = null; 231 public TimeInterpolator getInterpolator() { in getInterpolator() 241 public void setInterpolator(TimeInterpolator interpolator) { in setInterpolator()
|
D | IntKeyframeSet.java | 90 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue() 106 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue() 119 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue()
|
D | FloatKeyframeSet.java | 90 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue() 106 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue() 120 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue()
|
D | KeyframeSet.java | 39 TimeInterpolator mInterpolator; // only used in the 2-keyframe case 214 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getValue() 225 final TimeInterpolator interpolator = mLastKeyframe.getInterpolator(); in getValue() 239 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getValue()
|
D | TimeInterpolator.java | 23 public interface TimeInterpolator { interface
|
D | Animator.java | 194 public abstract void setInterpolator(TimeInterpolator value); in setInterpolator() 201 public TimeInterpolator getInterpolator() { in getInterpolator()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/animation/ |
D | LogAccelerateInterpolator.java | 16 import android.animation.TimeInterpolator; 21 public class LogAccelerateInterpolator implements TimeInterpolator {
|
D | LogDecelerateInterpolator.java | 16 import android.animation.TimeInterpolator; 21 public class LogDecelerateInterpolator implements TimeInterpolator {
|
D | UntargetableAnimatorSet.java | 18 import android.animation.TimeInterpolator; 102 public void setInterpolator(TimeInterpolator value) { in setInterpolator()
|
/frameworks/base/core/java/android/view/ |
D | RenderNodeAnimator.java | 20 import android.animation.TimeInterpolator; 88 private TimeInterpolator mInterpolator; 157 static boolean isNativeInterpolator(TimeInterpolator interpolator) { in isNativeInterpolator() 350 public void setInterpolator(TimeInterpolator interpolator) { in setInterpolator() 356 public TimeInterpolator getInterpolator() { in getInterpolator()
|
D | ViewPropertyAnimatorRT.java | 19 import android.animation.TimeInterpolator; 71 TimeInterpolator interpolator = parent.getInterpolator(); in doStartAnimation()
|
/frameworks/support/v4/honeycomb_mr1/android/support/v4/animation/ |
D | HoneycombMr1AnimatorCompatProvider.java | 21 import android.animation.TimeInterpolator; 35 private TimeInterpolator mDefaultInterpolator;
|
/frameworks/base/core/java/android/transition/ |
D | Explode.java | 21 import android.animation.TimeInterpolator; 41 private static final TimeInterpolator sDecelerate = new DecelerateInterpolator(); 42 private static final TimeInterpolator sAccelerate = new AccelerateInterpolator();
|
D | Slide.java | 19 import android.animation.TimeInterpolator; 41 private static final TimeInterpolator sDecelerate = new DecelerateInterpolator(); 42 private static final TimeInterpolator sAccelerate = new AccelerateInterpolator();
|
D | TranslationAnimationCreator.java | 23 import android.animation.TimeInterpolator; 52 float startX, float startY, float endX, float endY, TimeInterpolator interpolator, in createAnimation()
|
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/ |
D | SlideKitkat.java | 22 import android.animation.TimeInterpolator; 49 private static final TimeInterpolator sDecelerate = new DecelerateInterpolator(); 50 private static final TimeInterpolator sAccelerate = new AccelerateInterpolator(); 209 float start, float end, float terminalValue, TimeInterpolator interpolator, in createAnimation()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleForeground.java | 23 import android.animation.TimeInterpolator; 38 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); 39 private static final TimeInterpolator DECELERATE_INTERPOLATOR = new LogDecelerateInterpolator( 359 private static final class LogDecelerateInterpolator implements TimeInterpolator {
|
D | RippleBackground.java | 22 import android.animation.TimeInterpolator; 36 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
|
/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
D | FakeAnimator.java | 44 public void setInterpolator(TimeInterpolator value) { in setInterpolator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogMotion.java | 21 import android.animation.TimeInterpolator; 251 private static final class LogDecelerateInterpolator implements TimeInterpolator { 279 private static final class LogAccelerateInterpolator implements TimeInterpolator {
|