Searched refs:animation (Results 176 - 200 of 424) sorted by relevance

1234567891011>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DDatePicker.java316 * @param animation True to run animation to scroll the column.
318 public void updateDate(int year, int month, int dayOfMonth, boolean animation) { argument
323 updateSpinners(animation);
352 // scrolling vertically and thus fixes the animation jumps that used to happen when we reached
355 private void updateSpinnersImpl(boolean animation) { argument
393 setColumnValue(dateFieldIndices[i], mCurrentDate.get(currField), animation);
397 private void updateSpinners(final boolean animation) { argument
403 updateSpinnersImpl(animation);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h79 Animation* animation; member in struct:android::BootAnimation::Animation::Part
99 bool preloadZip(Animation &animation);
/frameworks/base/core/java/android/transition/
H A DRecolor.java19 import android.animation.Animator;
20 import android.animation.ObjectAnimator;
H A DExplode.java20 import android.animation.Animator;
21 import android.animation.TimeInterpolator;
27 import android.view.animation.AccelerateInterpolator;
28 import android.view.animation.DecelerateInterpolator;
H A DSlide.java18 import android.animation.Animator;
19 import android.animation.TimeInterpolator;
27 import android.view.animation.AccelerateInterpolator;
28 import android.view.animation.DecelerateInterpolator;
/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java18 import android.animation.Animator;
19 import android.animation.AnimatorListenerAdapter;
20 import android.animation.AnimatorSet;
21 import android.animation.ObjectAnimator;
22 import android.animation.TimeInterpolator;
23 import android.animation.TypeEvaluator;
33 import android.view.animation.AnimationUtils;
236 public void onAnimationEnd(Animator animation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DFreePathInterpolator.java20 import android.view.animation.BaseInterpolator;
21 import android.view.animation.Interpolator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipOverlayActivity.java19 import android.animation.Animator;
20 import android.animation.AnimatorInflater;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMovingSurfaceViewActivity.java19 import android.animation.ObjectAnimator;
29 import android.view.animation.LinearInterpolator;
H A DAnimated3dActivity.java19 import android.animation.ObjectAnimator;
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DBitmapUploadActivity.java18 import android.animation.ObjectAnimator;
19 import android.animation.ValueAnimator;
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DValueAnimatorCompatImplEclairMr1.java22 import android.view.animation.AccelerateDecelerateInterpolator;
23 import android.view.animation.Interpolator;
173 // Check to see if we've passed the animation duration
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.ValueAnimator;
23 import android.animation.ValueAnimator.AnimatorUpdateListener;
382 public void onAnimationUpdate(ValueAnimator animation) {
383 onTranslationUpdate(animView, (float) animation.getAnimatedValue(), canBeDismissed);
404 public void onAnimationCancel(Animator animation) {
408 public void onAnimationEnd(Animator animation) {
429 * Called to update the dismiss animation
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackAnimationHelper.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.TimeInterpolator;
22 import android.animation.ValueAnimator;
28 import android.view.animation.Interpolator;
29 import android.view.animation.PathInterpolator;
54 * Callback to prepare for the start animation for the launch target {@link TaskView}.
59 * Callback to start the animation for the launch target {@link TaskView}.
65 * Callback to start the animation for the launch target {@link TaskView} when it is
72 * Callback to start the animation fo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
71 public void onAnimationEnd(Animator animation) {
253 public void onAnimationCancel(Animator animation) {
258 public void onAnimationEnd(Animator animation) {
282 public void onAnimationEnd(Animator animation) {
300 public void onAnimationUpdate(ValueAnimator animation) {
301 float newRadius = (float) animation.getAnimatedValue();
352 public void onAnimationUpdate(ValueAnimator animation) {
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java17 package android.animation;
42 * its animations. For example, an animation a1 could be set up to start before animation a2, a2
51 * <a href="{@docRoot}guide/topics/graphics/prop-animation.html#choreography">Property
113 // The amount of time in ms to delay starting the animation after start() is called
120 // relationship captures the order of animation (i.e. parent and child will play sequentially),
200 * previous animation ends.
219 * previous animation ends.
268 Animator animation = node.mAnimation;
269 if (animation instanceo
763 onAnimationCancel(Animator animation) argument
781 onAnimationEnd(Animator animation) argument
788 onAnimationRepeat(Animator animation) argument
792 onAnimationStart(Animator animation) argument
797 onChildAnimatorEnded(Animator animation) argument
1152 Node(Animator animation) argument
[all...]
H A DKeyframeSet.java17 package android.animation;
22 import android.animation.Keyframe.IntKeyframe;
23 import android.animation.Keyframe.FloatKeyframe;
24 import android.animation.Keyframe.ObjectKeyframe;
30 * values between those keyframes for a given animation. The class internal to the animation
193 * Gets the animated value, given the elapsed fraction of the animation (interpolated by the
194 * animation's interpolator) and the evaluator used to calculate in-between values. This
197 * outside the [0-1] bounds, if the animation's interpolator made that happen (e.g., a
201 * @param fraction The elapsed fraction of the animation
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ValueAnimator;
23 import android.animation.ValueAnimator.AnimatorUpdateListener;
59 import android.view.animation.Interpolator;
118 // for now, we just add and remove a space from the ticker text to trigger the animation when
542 * Takes a screenshot of the current display and shows an animation.
596 // Start the post-screenshot animation
668 * Starts the animation afte
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManagerInternal.java25 import android.view.animation.Animation;
110 * @param openAnimation the animation for the opening app
111 * @param closeAnimation the animation for the closing app
/frameworks/base/core/java/android/view/animation/
H A DAlphaAnimation.java17 package android.view.animation;
24 * An animation that controls the alpha level of an object.
25 * Useful for fading things in and out. This animation ends up
54 * @param fromAlpha Starting alpha value for the animation, where 1.0 means
56 * @param toAlpha Ending alpha value for the animation.
H A DClipRectAnimation.java17 package android.view.animation;
22 * An animation that controls the clip of an object. See the
23 * {@link android.view.animation full package} description for details and
40 throw new RuntimeException("Expected non-null animation clip rects");
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorInflaterTest.java16 package android.animation;
H A DAnimatorSetEventsTest.java16 package android.animation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DHeadsUpAppearInterpolator.java20 import android.view.animation.PathInterpolator;
23 * An interpolator specifically designed for the appear animation of heads up notifications.
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DListenerBindingObject.java32 import android.view.animation.Animation;
221 public void onAnimationEnd(Animation animation) { } argument
223 public void onAnimationRepeat(Animation animation) { } argument
225 public void onAnimationStart(Animation animation) { } argument

Completed in 5050 milliseconds

1234567891011>>