Searched refs:animation (Results 76 - 100 of 424) sorted by relevance

1234567891011>>

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DDisappearAnimationUtils.java17 package com.android.settingslib.animation;
20 import android.view.animation.AnimationUtils;
21 import android.view.animation.Interpolator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistDisclosure.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ValueAnimator;
34 import android.view.animation.AnimationUtils;
136 public void onAnimationStart(Animator animation) {
141 public void onAnimationCancel(Animator animation) {
146 public void onAnimationEnd(Animator animation) {
251 public void onAnimationUpdate(ValueAnimator animation) { argument
252 if (animation
[all...]
H A DAssistOrbView.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
30 import android.view.animation.Interpolator;
31 import android.view.animation.OvershootInterpolator;
62 public void onAnimationUpdate(ValueAnimator animation) {
63 applyCircleSize((float) animation.getAnimatedValue());
69 public void onAnimationEnd(Animator animation) {
76 public void onAnimationUpdate(ValueAnimator animation) {
77 mOffset = (float) animation
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DReferenceCountedTrigger.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
118 public void onAnimationEnd(Animator animation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTrustDrawable.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ValueAnimator;
32 import android.view.animation.Interpolator;
254 public void onAnimationUpdate(ValueAnimator animation) {
255 mCurAlpha = (int) animation.getAnimatedValue();
263 public void onAnimationUpdate(ValueAnimator animation) {
264 mCurInnerRadius = (float) animation.getAnimatedValue();
273 public void onAnimationStart(Animator animation) { argument
278 onAnimationCancel(Animator animation) argument
283 onAnimationEnd(Animator animation) argument
[all...]
H A DNavigationBarTransitions.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
25 import android.view.animation.AccelerateInterpolator;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
H A DLeanbackTransitionHelper.java16 import android.animation.AnimatorInflater;
22 import android.view.animation.DecelerateInterpolator;
23 import android.view.animation.Interpolator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipOnboardingActivity.java19 import android.animation.Animator;
20 import android.animation.AnimatorInflater;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.AnimatorSet;
67 public void onAnimationStart(Animator animation) {
/frameworks/base/core/java/android/transition/
H A DChangeText.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ValueAnimator;
62 * Flag specifying that the text changing animation should first fade
64 * view at the end of the fade-out animation. This transition is typically
73 * Flag specifying that the text changing animation should fade in the
83 * Flag specifying that the text changing animation should first fade
98 * Sets the type of changing animation that will be run, one of
102 * @param changeBehavior The type of fading animation t
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DViewTransformationHelper.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
74 public void onAnimationUpdate(ValueAnimator animation) {
75 transformTo(notification, animation.getAnimatedFraction());
84 public void onAnimationEnd(Animator animation) {
96 public void onAnimationCancel(Animator animation) {
135 public void onAnimationUpdate(ValueAnimator animation) {
136 transformFrom(notification, animation.getAnimatedFraction());
143 public void onAnimationEnd(Animator animation) {
[all...]
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DFloatingActionButtonEclairMr1.java31 import android.view.animation.Animation;
32 import android.view.animation.Transformation;
159 // A hide animation is in progress, or we're already hidden. Skip the call
166 Animation anim = android.view.animation.AnimationUtils.loadAnimation(
172 public void onAnimationStart(Animation animation) {
177 public void onAnimationEnd(Animation animation) {
192 // the show animation
195 Animation anim = android.view.animation.AnimationUtils.loadAnimation(
201 public void onAnimationEnd(Animation animation) {
224 private Animation setupAnimation(Animation animation) { argument
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimator.java17 package android.animation;
36 * The set of listeners to be sent events through the life of an animation.
42 * of an animation.
64 * Starts this animation. If the animation has a nonzero startDelay, the animation will start
65 * running after that delay elapses. A non-delayed animation will have its initial
69 * <p>The animation started by calling this method will be run on the thread that called
71 * this is not the case). Also, if the animation will animate
80 * Cancels the animation
478 onAnimationStart(Animator animation) argument
486 onAnimationEnd(Animator animation) argument
494 onAnimationCancel(Animator animation) argument
501 onAnimationRepeat(Animator animation) argument
517 onAnimationPause(Animator animation) argument
526 onAnimationResume(Animator animation) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
H A DViewFocusAnimator.java18 import android.animation.Animator;
19 import android.animation.AnimatorListenerAdapter;
20 import android.animation.ObjectAnimator;
25 import android.view.animation.AccelerateDecelerateInterpolator;
26 import android.view.animation.Interpolator;
81 public void onAnimationStart(Animator animation) {
86 public void onAnimationEnd(Animator animation) {
H A DRecentsRowFocusAnimationHolder.java18 import android.animation.Animator;
19 import android.animation.AnimatorSet;
20 import android.animation.ObjectAnimator;
29 * Recents row's focus animation with PIP controls.
64 * Starts the Recents row's focus gain animation.
72 * Starts the Recents row's focus loss animation.
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogMotion.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.TimeInterpolator;
22 import android.animation.ValueAnimator;
23 import android.animation.ValueAnimator.AnimatorUpdateListener;
32 import android.view.animation.PathInterpolator;
47 private boolean mAnimating; // show or dismiss animation is running
48 private boolean mShowing; // show animation is running
49 private boolean mDismissing; // dismiss animation is running
137 public void onAnimationUpdate(ValueAnimator animation) {
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java24 import android.animation.Animator;
25 import android.animation.ValueAnimator;
32 import android.view.animation.LinearInterpolator;
104 // True if this this animation was cancelled and will be replaced the another animation from
107 // True to true if this animation replaced a previous animation of the same
148 public void onAnimationUpdate(ValueAnimator animation) { argument
149 final float value = (Float) animation.getAnimatedValue();
164 // any further animation
171 onAnimationStart(Animator animation) argument
192 onAnimationEnd(Animator animation) argument
215 onAnimationCancel(Animator animation) argument
243 onAnimationRepeat(Animator animation) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java19 import android.animation.Animator;
20 import android.animation.ValueAnimator;
21 import android.animation.TimeInterpolator;
27 * This class enables automatic and optimized animation of select properties on View objects.
29 * {@link android.animation.ObjectAnimator} is fine; the property setters called by ObjectAnimator
117 * properties currently being animated, as well as the cleanup after an animation is
126 * property is tossed onto the pending list until the animation actually starts (which is
160 * a property animation is requested, we cancel any previous postings of the Runnable
173 * This class holds information about the overall animation being run on the set of
218 * animator handling the animation
1073 onAnimationStart(Animator animation) argument
1094 onAnimationCancel(Animator animation) argument
1104 onAnimationRepeat(Animator animation) argument
1111 onAnimationEnd(Animator animation) argument
1142 onAnimationUpdate(ValueAnimator animation) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAutoCancelTest.java16 package android.animation;
75 public void onAnimationStart(Animator animation) {
90 public void onAnimationStart(Animator animation) {
102 public void onAnimationEnd(Animator animation) {
189 public void onAnimationCancel(Animator animation) {
190 mCanceledMap.put(animation, true);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryItemAnimator.java19 import android.animation.Animator;
20 import android.animation.ArgbEvaluator;
21 import android.animation.ValueAnimator;
183 public void onAnimationStart(Animator animation) { argument
188 public void onAnimationCancel(Animator animation) {} argument
191 public void onAnimationRepeat(Animator animation) {} argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DViewInvertHelper.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
69 public void onAnimationUpdate(ValueAnimator animation) {
70 updateInvertPaint((Float) animation.getAnimatedValue());
78 public void onAnimationEnd(Animator animation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationCustomViewWrapper.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
78 public void onAnimationUpdate(ValueAnimator animation) {
79 updateGrayscaleMatrix((float) animation.getAnimatedValue());
85 public void onAnimationEnd(Animator animation) {
/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java19 import android.animation.Animator;
20 import android.animation.ValueAnimator;
31 import android.view.animation.AnimationUtils;
32 import android.view.animation.Interpolator;
145 public void onAnimationUpdate(ValueAnimator animation) {
146 mBackground.setBackgroundColor((Integer) animation.getAnimatedValue());
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DScaledTextActivity.java19 import android.animation.ObjectAnimator;
38 ObjectAnimator animation = ObjectAnimator.ofFloat(view, "textScale", 1.0f, 10.0f);
39 animation.setDuration(3000);
40 animation.setRepeatCount(ObjectAnimator.INFINITE);
41 animation.setRepeatMode(ObjectAnimator.REVERSE);
42 animation.start();
/frameworks/support/v4/ics/android/support/v4/view/
H A DViewPropertyAnimatorCompatICS.java18 import android.animation.Animator;
19 import android.animation.AnimatorListenerAdapter;
21 import android.view.animation.Interpolator;
138 public void onAnimationCancel(Animator animation) {
143 public void onAnimationEnd(Animator animation) {
148 public void onAnimationStart(Animator animation) {
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DHitRectBug.java18 import android.animation.ObjectAnimator;
19 import android.animation.ValueAnimator;
68 public void onAnimationUpdate(ValueAnimator animation) {

Completed in 1018 milliseconds

1234567891011>>