HomeSort by relevance Sort by last modified time
    Searched defs:animation (Results 126 - 150 of 337) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 17 package com.example.android.apis.animation;
ListFlipper.java 17 package com.example.android.apis.animation;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.Animator;
23 import android.animation.ObjectAnimator;
24 import android.view.animation.AccelerateInterpolator;
25 import android.view.animation.DecelerateInterpolator;
26 import android.view.animation.Interpolator;
39 * UI allows you to set the position of the animation. Pressing the Run button will play from
40 * the current position of the animation.
Rotate3dAnimation.java 17 package com.example.android.apis.animation;
19 import android.view.animation.Animation;
20 import android.view.animation.Transformation;
25 * An animation that rotates the view on the Y axis between two specified angles.
26 * This animation also adds a translation on the Z axis (depth) to improve the effect.
28 public class Rotate3dAnimation extends Animation {
41 * of X and Y coordinates, called centerX and centerY. When the animation
ShapeHolder.java 17 package com.example.android.apis.animation;
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...]
BouncingBalls.java 17 package com.example.android.apis.animation;
24 import android.animation.*;
36 import android.view.animation.AccelerateInterpolator;
37 import android.view.animation.DecelerateInterpolator;
61 AnimatorSet animation = null; field in class:BouncingBalls.MyAnimationView
69 // every frame of the animation.
86 // Bouncing animation with squash and stretch
131 // Fading animation - remove the ball when the animation is done
136 public void onAnimationEnd(Animator animation) {
    [all...]
MultiPropertyAnimation.java 17 package com.example.android.apis.animation;
21 import android.animation.*;
22 import android.view.animation.AccelerateInterpolator;
37 import android.view.animation.BounceInterpolator;
43 * UI allows you to set the position of the animation. Pressing the Run button will play from
44 * the current position of the animation.
73 AnimatorSet animation = null; field in class:MultiPropertyAnimation.MyAnimationView
173 public void onAnimationUpdate(ValueAnimator animation) {
  /external/vulkan-validation-layers/demos/smoke/
Simulation.h 28 class Animation {
30 Animation(unsigned rng_seed, float scale);
86 Animation animation; member in struct:Simulation::Object
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 17 package android.animation;
26 import android.view.animation.Animation;
47 * its animations. For example, an animation a1 could be set up to start before animation a2, a2
56 * <a href="{@docRoot}guide/topics/graphics/prop-animation.html#choreography">Property
57 * Animation</a> developer guide.</p>
108 // The amount of time in ms to delay starting the animation after start() is called
115 // relationship captures the order of animation (i.e. parent and child will play sequentially),
134 // consistent within Animation framework, when end() is called without start(), we will star
    [all...]
Keyframe.java 17 package android.animation;
20 * This class holds a time/value pair for an animation. The Keyframe class is used
21 * by {@link ValueAnimator} to define the values that the animation target will have over the course
22 * of the animation. As the time proceeds from one keyframe to the other, the value of the
31 * treats its values as Objects. Unless your animation requires dealing with a custom type
39 * animation first starts, to populate placeholder keyframes with real values derived
72 * time, as a proportion of an overall animation's duration, at which the value will hold true
73 * for the animation. The value for the animation between keyframes will be calculated as
77 * of time elapsed of the overall animation duration
    [all...]
KeyframeSet.java 17 package android.animation;
19 import android.animation.Keyframe.FloatKeyframe;
20 import android.animation.Keyframe.IntKeyframe;
21 import android.animation.Keyframe.ObjectKeyframe;
30 * values between those keyframes for a given animation. The class internal to the animation
185 * Gets the animated value, given the elapsed fraction of the animation (interpolated by the
186 * animation's interpolator) and the evaluator used to calculate in-between values. This
189 * outside the [0-1] bounds, if the animation's interpolator made that happen (e.g., a
193 * @param fraction The elapsed fraction of the animation
    [all...]
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 17 package android.view.animation;
74 * Returns the current animation time in milliseconds. This time should be used when invoking
75 * {@link Animation#setStartTime(long)}. Refer to {@link android.os.SystemClock} for more
79 * @return the current animation time in milliseconds
95 * Loads an {@link Animation} object from a resource
98 * @param id The resource id of the animation to load
99 * @return The animation object reference by the specified id
100 * @throws NotFoundException when the animation cannot be loaded
102 public static Animation loadAnimation(Context context, @AnimRes int id)
110 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x"
    [all...]
ScaleAnimation.java 17 package android.view.animation;
26 * An animation that controls the scale of an object. You can specify the point
30 public class ScaleAnimation extends Animation {
139 * animation
140 * @param toX Horizontal scaling factor to apply at the end of the animation
142 * animation
143 * @param toY Vertical scaling factor to apply at the end of the animation
159 * animation
160 * @param toX Horizontal scaling factor to apply at the end of the animation
162 * animation
    [all...]
Transformation.java 17 package android.view.animation;
27 * one point in time of an Animation.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SystemBarScrimViews.java 64 AnimationProps animation) {
66 if (animateNavBarScrim && animation != null) {
67 animateNavBarScrimVisibility(true, animation);
86 private void animateNavBarScrimVisibility(boolean visible, AnimationProps animation) {
94 if (animation != AnimationProps.IMMEDIATE) {
97 .setDuration(animation.getDuration(AnimationProps.BOUNDS))
98 .setInterpolator(animation.getInterpolator(AnimationProps.BOUNDS))
119 AnimationProps animation = mShouldAnimateNavBarScrim local
124 animateNavBarScrimVisibility(true, animation);
134 AnimationProps animation = createBoundsAnimation local
142 AnimationProps animation = createBoundsAnimation( local
178 AnimationProps animation = hasNavBarScrim local
    [all...]
  /frameworks/layoutlib/bridge/src/android/animation/
AnimationThread.java 17 package android.animation;
34 * Abstract animation thread.
36 * This does not actually start an animation, instead it fakes a looper that will play whatever
37 * animation is sending messages to its own {@link Handler}.
41 * If {@link #preAnimation()} does not start an animation somehow then the thread doesn't do
87 * animation timing loop is completely based on a Choreographer objects
88 * that schedules animation and drawing frames. The animation handler is
103 // call out to the pre-animation work, which should start an animation or more
    [all...]
PropertyValuesHolder_Delegate.java 17 package android.animation;
30 * Delegate implementing the native methods of android.animation.PropertyValuesHolder
46 // This code is copied from android.animation.PropertyValuesHolder and must be kept in sync
110 Bridge.getLog().error(null, "Unable to update property during animation", e, null);
  /frameworks/layoutlib/bridge/src/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper_Delegate.java 17 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.Interpolator
    [all...]
  /frameworks/support/compat/java/android/support/v4/view/animation/
PathInterpolatorApi14.java 17 package android.support.v4.view.animation;
21 import android.view.animation.Interpolator;
  /frameworks/support/samples/SupportAnimationDemos/src/com/example/android/support/animation/
BrowseActivity.java 17 package com.example.android.support.animation;
46 String path = intent.getStringExtra("com.example.android.support.animation");
132 result.putExtra("com.example.android.support.animation", path);
MainActivity.java 17 package com.example.android.support.animation;
21 import android.support.animation.DynamicAnimation;
22 import android.support.animation.SpringAnimation;
  /packages/apps/Dialer/java/com/android/dialer/animation/
AnimUtils.java 17 package com.android.dialer.animation;
19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
24 import android.view.animation.Interpolator;
56 public void onAnimationEnd(Animator animation) {
64 public void onAnimationCancel(Animator animation) {
95 public void onAnimationStart(Animator animation) {
100 public void onAnimationCancel(Animator animation) {
108 public void onAnimationEnd(Animator animation) {
    [all...]
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimUtils.java 17 package com.android.phone.common.animation;
19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
24 import android.view.animation.Interpolator;
62 public void onAnimationEnd(Animator animation) {
70 public void onAnimationCancel(Animator animation) {
97 public void onAnimationStart(Animator animation) {
102 public void onAnimationCancel(Animator animation) {
110 public void onAnimationEnd(Animator animation) {
    [all...]
  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
TranslationAnimationCreator.java 1 package com.android.tv.common.ui.setup.animation;
3 import android.animation.Animator;
4 import android.animation.AnimatorListenerAdapter;
5 import android.animation.ObjectAnimator;
6 import android.animation.TimeInterpolator;
90 public void onAnimationCancel(Animator animation) {
  /system/core/healthd/
animation.h 30 struct animation { struct in namespace:android

Completed in 1468 milliseconds

1 2 3 4 56 7 8 91011>>