Searched refs:animation (Results 151 - 175 of 200) sorted by relevance

12345678

/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java19 import android.animation.ObjectAnimator;
20 import android.animation.TypeEvaluator;
21 import android.animation.ValueAnimator;
52 import android.view.animation.DecelerateInterpolator;
/frameworks/base/services/java/com/android/server/wm/
H A DDisplayMagnifier.java19 import android.animation.ObjectAnimator;
20 import android.animation.ValueAnimator;
49 import android.view.animation.DecelerateInterpolator;
50 import android.view.animation.Interpolator;
286 // If this message is pending we are in a rotation animation and do not want
H A DScreenRotationAnimation.java34 import android.view.animation.Animation;
35 import android.view.animation.AnimationUtils;
36 import android.view.animation.Transformation;
66 // The starting animation for the exiting and entering elements. This
67 // animation applies a transformation while the rotation is in progress.
76 // The finishing animation for the exiting and entering elements. This
77 // animation needs to undo the transformation of the starting animation.
87 // The current active animation to move from the old to the new rotated
88 // state. Which animation i
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DLinesActivity.java19 import android.animation.ObjectAnimator;
H A DLines2Activity.java19 import android.animation.ObjectAnimator;
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java26 import android.view.animation.AnimationUtils;
262 * Like {@link #setListShown(boolean)}, but no animation is used when
276 * @param animate If true, an animation will be used to transition to the
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java58 import android.animation.AnimationThread;
59 import android.animation.Animator;
60 import android.animation.AnimatorInflater;
61 import android.animation.LayoutTransition;
62 import android.animation.LayoutTransition.TransitionListener;
646 // find the animation file.
800 // parent views are different we fake the animation through a no animation thread.
839 // tweak the animation durations and start delays (to match the duration of
840 // animation playin
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java28 import android.view.animation.AnimationUtils;
29 import android.view.animation.AccelerateDecelerateInterpolator;
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java19 import android.animation.AnimatorInflater;
20 import android.animation.ObjectAnimator;
447 * optionally with the with the {@link #getOutAnimation() out animation} and
449 * {@link #getInAnimation() in animation}.
541 // Get the new view from the adapter, add it and apply any transform / animation
856 * Returns the current animation used to animate a View that enters the screen.
860 * @see #setInAnimation(android.animation.ObjectAnimator)
868 * Specifies the animation used to animate a View that enters the screen.
870 * @param inAnimation The animation started when a View enters the screen.
880 * Returns the current animation use
[all...]
H A DOverScroller.java24 import android.view.animation.AnimationUtils;
25 import android.view.animation.Interpolator;
142 * {@link #abortAnimation()}, forcing the animation to finished
232 * Extend the scroll animation. This allows a running animation to scroll
243 * to begin a new animation.
259 * @deprecated OverScroller's final position may change during an animation.
262 * to begin a new animation.
277 * @deprecated OverScroller's final position may change during an animation.
280 * to begin a new animation
[all...]
H A DStackView.java20 import android.animation.ObjectAnimator;
21 import android.animation.PropertyValuesHolder;
46 import android.view.animation.LinearInterpolator;
58 * Default animation parameters
340 // this animation so as not to interfere with the new transformation.
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java37 import android.view.animation.DecelerateInterpolator;
38 import static android.view.animation.AnimationUtils.currentAnimationTimeMillis;
79 // state of the animation used to bring the handle back to its start position when
84 private int mAnimatingDeltaXStart; // the animation will interpolate from this delta to zero
151 * The number of dimples we are flinging when we do the "spin" animation. Used to know when to
580 // set up "snap back" animation
584 // set up "snap back" animation
639 // from 0 to 1 as animation progresses
646 // wrapping the offset back to the other side so that when the animation is finished,
H A DWaveView.java21 import android.animation.ValueAnimator;
64 private static final long FINAL_DELAY = 200; // delay for unlock success animation
65 private static final long SHORT_DELAY = 100; // for starting one animation after another.
649 public void onAnimationUpdate(ValueAnimator animation) { argument
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java19 import android.animation.AnimatorSet;
20 import android.animation.ObjectAnimator;
521 * @param animate True to animate the transition, false to show with no animation.
/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java17 package android.animation;
28 * are then determined internally and the animation will call these functions as necessary to
34 * <a href="{@docRoot}guide/topics/graphics/prop-animation.html#object-animator">Property
197 * the duration of the animation).
203 * @param values A set of values that the animation will animate between over time.
217 * the duration of the animation).
221 * @param values A set of values that the animation will animate between over time.
235 * the duration of the animation).
241 * @param values A set of values that the animation will animate between over time.
255 * the duration of the animation)
[all...]
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java19 import android.animation.LayoutTransition;
H A DFragmentManager.java19 import android.animation.Animator;
20 import android.animation.AnimatorInflater;
21 import android.animation.AnimatorListenerAdapter;
818 // animation, move to whatever the final state should be once
819 // the animation is done, and then we can proceed from there.
995 // animation right now -- it is not needed,
1006 // the fragment now should move to once the animation
1181 // Delay the actual hide operation until the animation finishes, otherwise
1186 public void onAnimationEnd(Animator animation) {
/frameworks/base/core/java/android/transition/
H A DTransitionInflater.java27 import android.view.animation.AnimationUtils;
/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java17 package android.view.animation;
45 * Returns the current animation time in milliseconds. This time should be used when invoking
50 * @return the current animation time in milliseconds
62 * @param id The resource id of the animation to load
63 * @return The animation object reference by the specified id
64 * @throws NotFoundException when the animation cannot be loaded
74 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
79 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
124 throw new RuntimeException("Unknown animation name: " + parser.getName());
140 * @param id The resource id of the animation t
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPukView.java20 import android.animation.AnimatorSet.Builder;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java19 import android.animation.LayoutTransition;
224 // Don't start the animation until we've created the layer, which is done
273 * when the animation is done.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java19 import android.animation.LayoutTransition;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java28 import android.view.animation.AnimationUtils;
/frameworks/support/v4/java/android/support/v4/widget/
H A DScrollerCompat.java21 import android.view.animation.Interpolator;
319 * the animation is not yet finished. loc will be altered to provide the
415 * Stops the animation. Aborting the animation causes the scroller to move to the final x and y
426 * when the animation is started, such as in a call to one of the
443 * when the animation is started, such as in a call to one of the
/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java19 import android.animation.ValueAnimator;

Completed in 671 milliseconds

12345678