HomeSort by relevance Sort by last modified time
    Searched refs:Animation (Results 1 - 25 of 442) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/base/animation/
animation_delegate.h 12 class Animation;
17 // state of an animation.
20 // Called when an animation has completed.
21 virtual void AnimationEnded(const Animation* animation) {}
23 // Called when an animation has progressed.
24 virtual void AnimationProgressed(const Animation* animation) {}
26 // Called when an animation has been canceled.
27 virtual void AnimationCanceled(const Animation* animation) {
    [all...]
animation.cc 5 #include "ui/base/animation/animation.h"
7 #include "ui/base/animation/animation_container.h"
8 #include "ui/base/animation/animation_delegate.h"
9 #include "ui/base/animation/tween.h"
18 Animation::Animation(base::TimeDelta timer_interval)
24 Animation::~Animation() {
31 void Animation::Start()
    [all...]
test_animation_delegate.h 9 #include "ui/base/animation/animation_delegate.h"
20 virtual void AnimationEnded(const Animation* animation) {
25 virtual void AnimationCanceled(const Animation* animation) {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationStack.h 41 class Animation;
46 void add(Animation* animation) { m_activeAnimations.append(animation); }
47 void remove(Animation* animation)
49 size_t position = m_activeAnimations.find(animation);
55 const Vector<Animation*>& activeAnimations(const Element* element) const { return m_activeAnimations; }
58 Vector<Animation*> m_activeAnimations;
Animation.cpp 32 #include "core/animation/Animation.h"
34 #include "core/animation/DocumentTimeline.h"
35 #include "core/animation/Player.h"
40 PassRefPtr<Animation> Animation::create(PassRefPtr<Element> target, PassRefPtr<AnimationEffect> effect, const Timing& timing, PassOwnPtr<TimedItemEventDelegate> eventDelegate)
42 return adoptRef(new Animation(target, effect, timing, eventDelegate));
45 Animation::Animation(PassRefPtr<Element> target, PassRefPtr<AnimationEffect> effect, const Timing& timing, PassOwnPtr<TimedItemEventDelegate> eventDelegate)
53 void Animation::willDetach(
    [all...]
Animation.h 34 #include "core/animation/AnimationEffect.h"
35 #include "core/animation/TimedItem.h"
42 class Animation FINAL : public TimedItem {
45 static PassRefPtr<Animation> create(PassRefPtr<Element>, PassRefPtr<AnimationEffect>, const Timing&, PassOwnPtr<TimedItemEventDelegate> = nullptr);
60 Animation(PassRefPtr<Element>, PassRefPtr<AnimationEffect>, const Timing&, PassOwnPtr<TimedItemEventDelegate>);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
TestAnimationListener.java 3 import android.view.animation.Animation;
4 import android.view.animation.Animation.AnimationListener;
13 public void onAnimationStart(Animation animation) {
18 public void onAnimationEnd(Animation animation) {
23 public void onAnimationRepeat(Animation animation) {
    [all...]
  /external/chromium_org/cc/animation/
animation_unittest.cc 5 #include "cc/animation/animation.h"
14 scoped_ptr<Animation> CreateAnimation(int iterations, double duration) {
15 scoped_ptr<Animation> to_return(Animation::Create(
20 Animation::Opacity));
25 scoped_ptr<Animation> CreateAnimation(int iterations) {
30 scoped_ptr<Animation> anim(CreateAnimation(0));
37 scoped_ptr<Animation> anim(CreateAnimation(1));
45 scoped_ptr<Animation> anim(CreateAnimation(-1))
    [all...]
animation.cc 5 #include "cc/animation/animation.h"
11 #include "cc/animation/animation_curve.h"
28 COMPILE_ASSERT(static_cast<int>(cc::Animation::RunStateEnumSize) ==
38 COMPILE_ASSERT(static_cast<int>(cc::Animation::TargetPropertyEnumSize) ==
46 scoped_ptr<Animation> Animation::Create(
51 return make_scoped_ptr(new Animation(curve.Pass(),
56 Animation::Animation(scoped_ptr<AnimationCurve> curve
    [all...]
layer_animation_controller.cc 5 #include "cc/animation/layer_animation_controller.h"
9 #include "cc/animation/animation.h"
10 #include "cc/animation/animation_delegate.h"
11 #include "cc/animation/animation_registrar.h"
12 #include "cc/animation/keyframed_animation_curve.h"
13 #include "cc/animation/layer_animation_value_observer.h"
42 Animation::Paused, time_offset + active_animations_[i]->start_time());
49 bool operator()(Animation* animation) const
152 Animation* animation = active_animations_[i]; local
    [all...]
animation.h 16 // An Animation, contains all the state required to play an AnimationCurve.
19 class CC_EXPORT Animation {
30 // animation was allowed to run to completion, but an Aborted animation was
53 static scoped_ptr<Animation> Create(scoped_ptr<AnimationCurve> curve,
58 virtual ~Animation();
67 // This is the number of times that the animation will play. If this
68 // value is zero the animation will not play. If it is negative, then
69 // the animation will loop indefinitely.
100 // If this is true, even if the animation is running, it will not be tickabl
    [all...]
animation_events.h 10 #include "cc/animation/animation.h"
22 Animation::TargetProperty target_property,
28 Animation::TargetProperty target_property;
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
AnimData.java 35 import com.jme3.animation.Animation;
36 import com.jme3.animation.Skeleton;
42 public final ArrayList<Animation> anims;
44 public AnimData(Skeleton skeleton, ArrayList<Animation> anims) {
  /external/chromium/chrome/browser/ui/views/location_bar/
suggested_text_view.h 9 #include "ui/base/animation/animation_delegate.h"
15 // Invoke |StartAnimation| to start an animation that when done invokes
23 // Starts the animation. If the animation is currently running it is stopped
24 // and restarted. The animation transitions the suggested text to look like
25 // selected text. When the animation completes |OnCommitSuggestedText| is
29 // Stops the animation.
36 virtual void AnimationEnded(const ui::Animation* animation);
37 virtual void AnimationProgressed(const ui::Animation* animation)
    [all...]
  /frameworks/rs/
rsAnimation.h 28 class Animation : public ObjectBase {
30 ~Animation();
32 static Animation * create(Context *rsc,
41 static Animation *createFromStream(Context *rsc, IStream *stream);
44 Animation(Context *rsc);
rsAnimation.cpp 24 void Animation::serialize(Context *rsc, OStream *stream) const {
27 Animation *Animation::createFromStream(Context *rsc, IStream *stream) {
32 Animation::Animation(Context *rsc) : ObjectBase(rsc)
47 Animation * Animation::create(Context *rsc,
56 Animation *a = new Animation(rsc);
130 Animation *a = NULL;//Animation::create(rsc, inValues, outValues, valueCount, interp, pre, post)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneAnimation.java 32 package com.jme3.animation;
35 * @deprecated use Animation instead with tracks of selected type (ie. BoneTrack, SpatialTrack, MeshTrack)
38 public final class BoneAnimation extends Animation {
SpatialAnimation.java 1 package com.jme3.animation;
4 * @deprecated use Animation instead with tracks of selected type (ie. BoneTrack, SpatialTrack, MeshTrack)
7 public class SpatialAnimation extends Animation {
  /external/replicaisland/src/com/replica/replicaisland/
GenericAnimationComponent.java 24 setPhase(ComponentPhases.ANIMATION.ordinal());
43 mSprite.playAnimation(Animation.IDLE);
46 mSprite.playAnimation(Animation.MOVE);
49 mSprite.playAnimation(Animation.ATTACK);
52 mSprite.playAnimation(Animation.HIT_REACT);
55 mSprite.playAnimation(Animation.DEATH);
58 mSprite.playAnimation(Animation.HIDE);
61 mSprite.playAnimation(Animation.FROZEN);
76 public static final class Animation {
  /external/robolectric/src/main/java/android/view/animation/
ShadowAnimationBridge.java 1 package android.view.animation;
9 private Animation realAnimation;
11 public ShadowAnimationBridge(Animation realAnimation) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAnimationSet.java 6 import android.view.animation.Animation;
7 import android.view.animation.AnimationSet;
15 private ArrayList<Animation> animationList = new ArrayList<Animation>();
22 public void addAnimation(Animation anim) {
27 public List<Animation> getAnimations() {
ShadowAnimationUtils.java 4 import android.view.animation.Animation;
5 import android.view.animation.AnimationUtils;
6 import android.view.animation.TranslateAnimation;
17 public static Animation loadAnimation(Context context, int id) {
18 Animation anim = new TranslateAnimation(0, 0, 30, 0);
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.h 12 namespace cc { class Animation; }
39 scoped_ptr<cc::Animation> CloneToAnimation();
42 scoped_ptr<cc::Animation> animation_;
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
CanvasAnimation.java 21 public abstract class CanvasAnimation extends Animation {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawable.java 21 import android.view.animation.Animation;
22 import android.view.animation.AnimationUtils;
23 import android.view.animation.Transformation;
27 private Animation mAnimation;
34 public AnimateDrawable(Drawable target, Animation animation) {
36 mAnimation = animation;
39 public Animation getAnimation() {
43 public void setAnimation(Animation anim)
    [all...]

Completed in 797 milliseconds

1 2 3 4 5 6 7 8 91011>>