Searched refs:animation (Results 1 - 25 of 545) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/animation/
H A DInterpolator.java17 package android.view.animation;
19 import android.animation.TimeInterpolator;
22 * An interpolator defines the rate of change of an animation. This allows
23 * the basic animation effects (alpha, scale, translate, rotate) to be
27 // A new interface, TimeInterpolator, was introduced for the new android.animation
H A DAccelerateDecelerateInterpolator.java17 package android.view.animation;
22 import com.android.internal.view.animation.HasNativeInterpolator;
23 import com.android.internal.view.animation.NativeInterpolatorFactory;
24 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
H A DLinearInterpolator.java17 package android.view.animation;
22 import com.android.internal.view.animation.HasNativeInterpolator;
23 import com.android.internal.view.animation.NativeInterpolatorFactory;
24 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
H A DBaseInterpolator.java17 package android.view.animation;
H A DBounceInterpolator.java17 package android.view.animation;
22 import com.android.internal.view.animation.HasNativeInterpolator;
23 import com.android.internal.view.animation.NativeInterpolatorFactory;
24 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
/frameworks/base/core/java/android/animation/
H A DAnimatorListenerAdapter.java17 package android.animation;
20 * This adapter class provides empty implementations of the methods from {@link android.animation.Animator.AnimatorListener}.
31 public void onAnimationCancel(Animator animation) { argument
38 public void onAnimationEnd(Animator animation) { argument
45 public void onAnimationRepeat(Animator animation) { argument
52 public void onAnimationStart(Animator animation) { argument
59 public void onAnimationPause(Animator animation) { argument
66 public void onAnimationResume(Animator animation) { argument
H A DTimeInterpolator.java17 package android.animation;
20 * A time interpolator defines the rate of change of an animation. This allows animations
26 * Maps a value representing the elapsed fraction of an animation to a value that represents
28 * value of an animation to derive the animated value at the current elapsed animation time.
31 * in the animation where 0 represents the start and 1.0 represents
H A DTypeEvaluator.java17 package android.animation;
22 * custom evaluators for types that are not automatically understood and used by the animation
H A DFloatEvaluator.java17 package android.animation;
H A DIntEvaluator.java17 package android.animation;
/frameworks/base/core/java/com/android/internal/view/animation/
H A DNativeInterpolatorFactory.java17 package com.android.internal.view.animation;
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DForce.java17 package android.support.animation;
/frameworks/base/core/java/android/view/
H A DViewAnimationUtils.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.RevealAnimator;
35 * Views clipped by a circular reveal animation take priority over
38 * Note that the animation returned here is a one-shot animation. It cannot
40 * an asynchronous animation that automatically runs off of the UI thread.
42 * will occur after the animation has ended, but it may be delayed depending
H A DRenderNodeAnimatorSetHelper.java18 import android.animation.TimeInterpolator;
20 import com.android.internal.view.animation.FallbackLUTInterpolator;
21 import com.android.internal.view.animation.NativeInterpolatorFactory;
22 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
/frameworks/base/services/core/java/com/android/server/wm/animation/
H A DCurvedTranslateAnimation.java17 package com.android.server.wm.animation;
19 import android.animation.KeyframeSet;
20 import android.animation.PathKeyframes;
23 import android.view.animation.Animation;
24 import android.view.animation.Transformation;
27 * Translate animation which follows a curved path.
H A DClipRectLRAnimation.java17 package com.android.server.wm.animation;
20 import android.view.animation.ClipRectAnimation;
21 import android.view.animation.Transformation;
/frameworks/support/design/base/android/support/design/widget/
H A DAnimationUtils.java19 import android.support.v4.view.animation.FastOutLinearInInterpolator;
20 import android.support.v4.view.animation.FastOutSlowInInterpolator;
21 import android.support.v4.view.animation.LinearOutSlowInInterpolator;
22 import android.view.animation.DecelerateInterpolator;
23 import android.view.animation.Interpolator;
24 import android.view.animation.LinearInterpolator;
/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorEventsTest.java16 package android.animation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/
H A DTaskViewDismissedEvent.java31 public final AnimationProps animation; field in class:TaskViewDismissedEvent
33 public TaskViewDismissedEvent(Task task, TaskView taskView, AnimationProps animation) { argument
36 this.animation = animation;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithDisappearingItemBug.java25 import android.view.animation.AlphaAnimation;
26 import android.view.animation.Animation;
27 import android.view.animation.AnimationSet;
28 import android.view.animation.LayoutAnimationController;
29 import android.view.animation.TranslateAnimation;
63 Animation animation = new AlphaAnimation(0.0f, 1.0f);
64 animation.setDuration(50);
65 set.addAnimation(animation);
67 animation = new TranslateAnimation(
71 animation
[all...]
/frameworks/base/core/java/com/android/internal/transition/
H A DTransitionConstants.java18 import android.animation.TimeInterpolator;
19 import android.view.animation.PathInterpolator;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationCreator.java17 package com.android.settingslib.animation;
19 import android.view.animation.Interpolator;
22 * An interface which can create animations when starting an appear animation with
/frameworks/support/transition/base/android/support/transition/
H A DAnimatorUtilsImpl.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/animation/
H A DNativeInterpolatorFactoryHelper_Delegate.java17 package com.android.internal.view.animation;
24 import android.view.animation.AccelerateDecelerateInterpolator;
25 import android.view.animation.AccelerateInterpolator;
26 import android.view.animation.AnticipateInterpolator;
27 import android.view.animation.AnticipateOvershootInterpolator;
28 import android.view.animation.BaseInterpolator;
29 import android.view.animation.BounceInterpolator;
30 import android.view.animation.CycleInterpolator;
31 import android.view.animation.DecelerateInterpolator;
32 import android.view.animation
[all...]
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DViewGroupBindingAdapter.java18 import android.animation.LayoutTransition;
27 import android.view.animation.Animation;
28 import android.view.animation.Animation.AnimationListener;
81 public void onAnimationStart(Animation animation) {
83 start.onAnimationStart(animation);
88 public void onAnimationEnd(Animation animation) {
90 end.onAnimationEnd(animation);
95 public void onAnimationRepeat(Animation animation) {
97 repeat.onAnimationRepeat(animation);
113 void onAnimationStart(Animation animation); argument
117 onAnimationEnd(Animation animation) argument
121 onAnimationRepeat(Animation animation) argument
[all...]

Completed in 1747 milliseconds

1234567891011>>