HomeSort by relevance Sort by last modified time
    Searched refs:animation (Results 176 - 200 of 1005) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/support/v4/tests/java/android/support/v4/widget/
ScrollerCompatTestBase.java 21 import android.view.animation.AnimationUtils;
22 import android.view.animation.Interpolator;
23 import android.view.animation.LinearInterpolator;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
SoftLandingInterpolator.java 19 import android.view.animation.DecelerateInterpolator;
20 import android.view.animation.Interpolator;
21 import android.view.animation.LinearInterpolator;
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer2.java 19 import android.animation.ValueAnimator;
20 import android.animation.ValueAnimator.AnimatorUpdateListener;
30 import android.view.animation.AccelerateInterpolator;
34 * variation are down in the animation setup code.
112 // AccelerateInterpolator, which speeds up as the animation proceed. Note that
113 // when the animation reverses, the interpolator acts in reverse, decelerating
123 public void onAnimationUpdate(ValueAnimator animation) {
124 setShapeY((int) (animation.getAnimatedFraction() * (getHeight() - mShapeH)));
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
BlenderTrack.java 5 import com.jme3.animation.AnimChannel;
6 import com.jme3.animation.AnimControl;
7 import com.jme3.animation.BoneTrack;
8 import com.jme3.animation.SpatialTrack;
9 import com.jme3.animation.Track;
  /packages/apps/Camera2/src/com/android/camera/ui/
AnimatedCircleDrawable.java 19 import android.animation.ValueAnimator;
95 public void onAnimationUpdate(ValueAnimator animation) {
96 setLevel((Integer) animation.getAnimatedValue());
109 public void onAnimationUpdate(ValueAnimator animation) {
110 setLevel((Integer) animation.getAnimatedValue());
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationCloning.java 17 package com.example.android.apis.animation;
24 import android.animation.*;
35 import android.view.animation.AccelerateInterpolator;
36 import android.view.animation.DecelerateInterpolator;
64 AnimatorSet animation = null; field in class:AnimationCloning.MyAnimationView
79 if (animation == null) {
100 animation = new AnimatorSet();
101 animation.playTogether(anim1, anim2, s1);
102 animation.playSequentially(s1, s2);
140 animation.start()
    [all...]
Transition3d.java 1 package com.example.android.apis.animation;
13 import android.view.animation.Animation;
14 import android.view.animation.AccelerateInterpolator;
15 import android.view.animation.DecelerateInterpolator;
18 * This sample application shows how to use layout animation and various
22 * list. The animation is made of two smaller animations: the first half
76 // between each animation
93 // The animation listener is used to trigger the next animation
    [all...]
  /frameworks/base/core/java/android/transition/
ChangeText.java 19 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 to use when thi
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
Tweener.java 19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.ObjectAnimator;
23 import android.animation.PropertyValuesHolder;
24 import android.animation.TimeInterpolator;
25 import android.animation.ValueAnimator.AnimatorUpdateListener;
117 // Update animation with properties discovered in loop above
144 public void onAnimationEnd(Animator animation) {
145 remove(animation);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImageAnimation.java 19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
22 import android.animation.ValueAnimator.AnimatorUpdateListener;
26 import android.view.animation.DecelerateInterpolator;
27 import android.view.animation.Interpolator;
34 * Class used by an activity to perform animation of multiple TransitionImageViews
37 * TransitionImageAnimation animation = new TransitionImageAnimation(rootView);
39 * animation.addTransitionSource(source);
40 * animation.startCancelTimer()
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
DecelerateInterpolatorTest.java 17 package android.view.animation.cts;
28 import android.view.animation.AlphaAnimation;
29 import android.view.animation.Animation;
30 import android.view.animation.AnimationUtils;
31 import android.view.animation.DecelerateInterpolator;
32 import android.view.animation.Interpolator;
33 import android.view.animation.Transformation;
76 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha);
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
27 import android.view.animation.AccelerateDecelerateInterpolator;
87 public void onAnimationEnd(Animator animation) {
88 super.onAnimationEnd(animation);
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
27 import android.view.animation.AccelerateDecelerateInterpolator;
87 public void onAnimationEnd(Animator animation) {
88 super.onAnimationEnd(animation);
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
AnimatedNotificationDisplayActivity.java 19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
27 import android.view.animation.AccelerateDecelerateInterpolator;
87 public void onAnimationEnd(Animator animation) {
88 super.onAnimationEnd(animation);
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
SlidingFragments.java 19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.AnimatorSet;
23 import android.animation.ObjectAnimator;
24 import android.animation.PropertyValuesHolder;
42 * animated states of the fragment. When the animation is called,
44 * containing text slides up on top of it. When the animation is toggled once
91 * for separating the animation logic in this way is because the translucent
164 * this animation, the image fragment regains focus since this method i
    [all...]
  /frameworks/base/core/java/android/animation/
Animator.java 17 package android.animation;
30 * The set of listeners to be sent events through the life of an animation.
36 * of an animation.
58 * Starts this animation. If the animation has a nonzero startDelay, the animation will start
59 * running after that delay elapses. A non-delayed animation will have its initial
63 * <p>The animation started by calling this method will be run on the thread that called
65 * this is not the case). Also, if the animation will animate
74 * Cancels the animation. Unlike {@link #end()}, <code>cancel()</code> causes the animation t
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewScroller.java 19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.ValueAnimator;
125 // Start a new scroll animation
147 public void onAnimationUpdate(ValueAnimator animation) {
148 setStackScroll((Float) animation.getAnimatedValue());
153 public void onAnimationEnd(Animator animation) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogMotion.java 19 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...]
  /packages/apps/Camera2/src/com/android/camera/widget/
ModeOptions.java 20 import android.animation.Animator;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.AnimatorSet;
23 import android.animation.ValueAnimator;
253 public void onAnimationUpdate(ValueAnimator animation) {
254 mRadius = (Float) animation.getAnimatedValue();
261 public void onAnimationEnd(Animator animation) {
271 public void onAnimationUpdate(ValueAnimator animation) {
272 mActiveBar.setAlpha((Float) animation.getAnimatedValue());
277 public void onAnimationEnd(Animator animation) {
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 16 package android.animation.cts;
22 import android.animation.Animator;
23 import android.animation.AnimatorListenerAdapter;
24 import android.animation.AnimatorSet;
25 import android.animation.ObjectAnimator;
26 import android.animation.TimeInterpolator;
27 import android.animation.ValueAnimator;
29 import android.view.animation.AccelerateDecelerateInterpolator;
30 import android.view.animation.AccelerateInterpolator;
31 import android.view.animation.LinearInterpolator
    [all...]
AnimationActivity.java 17 package android.animation.cts;
19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ArgbEvaluator;
23 import android.animation.ObjectAnimator;
24 import android.animation.TimeInterpolator;
25 import android.animation.ValueAnimator;
39 import android.view.animation.AccelerateInterpolator;
42 import com.android.cts.animation.R
191 AnimatorSet animation = null; field in class:AnimationActivity.AnimationView
    [all...]
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.Keyframe;
23 import android.animation.ObjectAnimator;
24 import android.animation.PropertyValuesHolder;
25 import android.animation.ValueAnimator;
34 import android.view.animation.AccelerateDecelerateInterpolator;
41 * the middle of a flip animation, this view darkens to imitate a shadow-like effect.
44 * the animation properties of this view are updated and reset respectively afte
    [all...]
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ObjectAnimator;
23 import android.animation.PropertyValuesHolder;
24 import android.animation.ValueAnimator;
34 import android.view.animation.AccelerateInterpolator;
35 import android.view.animation.DecelerateInterpolator;
36 import android.view.animation.LinearInterpolator;
40 * This application shows various cartoon animation techniques in the context o
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 25 import android.animation.Animator;
26 import android.animation.AnimatorSet;
27 import android.animation.ObjectAnimator;
28 import android.animation.TimeInterpolator;
35 import android.view.animation.DecelerateInterpolator;
287 public void onAnimationStart(Animator animation) {
289 mVisibilityAnim = animation;
294 public void onAnimationEnd(Animator animation) {
305 public void onAnimationCancel(Animator animation) {
310 public void onAnimationRepeat(Animator animation) {
    [all...]
  /frameworks/support/design/eclair-mr1/android/support/design/widget/
FloatingActionButtonEclairMr1.java 29 import android.view.animation.Animation;
30 import android.view.animation.Transformation;
162 // 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) {
    [all...]

Completed in 5958 milliseconds

1 2 3 4 5 6 78 91011>>