Home
last modified time | relevance | path

Searched refs:animation (Results 1 – 25 of 141) sorted by relevance

123456

/external/skia/modules/canvaskit/perf/
Danimation.bench.js39 const animation = CanvasKit.MakeAnimation(jsonStr);
40 animation.delete();
59 ctx.animation = CanvasKit.MakeAnimation(jsonStr);
60 expect(ctx.animation).toBeTruthy();
65 ctx.animation.seek(ctx.timer);
73 ctx.animation.delete();
90 ctx.animation = CanvasKit.MakeAnimation(jsonStr);
91 expect(ctx.animation).toBeTruthy();
95 ctx.animation.seek(Math.random());
99 ctx.animation.delete();
[all …]
/external/skqp/experimental/canvaskit/perf/
Danimation.bench.js57 const animation = CanvasKit.MakeAnimation(jsonStr);
58 animation.delete();
77 ctx.animation = CanvasKit.MakeAnimation(jsonStr);
78 expect(ctx.animation).toBeTruthy();
83 ctx.animation.seek(ctx.timer);
91 ctx.animation.delete();
108 ctx.animation = CanvasKit.MakeAnimation(jsonStr);
109 expect(ctx.animation).toBeTruthy();
113 ctx.animation.seek(Math.random());
117 ctx.animation.delete();
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/
DViewAnimationFactory.java1 package com.bumptech.glide.request.animation;
4 import android.view.animation.Animation;
5 import android.view.animation.AnimationUtils;
17 public ViewAnimationFactory(Animation animation) { in ViewAnimationFactory() argument
18 this(new ConcreteAnimationFactory(animation)); in ViewAnimationFactory()
52 private final Animation animation; field in ViewAnimationFactory.ConcreteAnimationFactory
54 public ConcreteAnimationFactory(Animation animation) { in ConcreteAnimationFactory() argument
55 this.animation = animation; in ConcreteAnimationFactory()
60 return animation; in build()
DDrawableCrossFadeFactory.java1 package com.bumptech.glide.request.animation;
5 import android.view.animation.AlphaAnimation;
6 import android.view.animation.Animation;
26 private DrawableCrossFadeViewAnimation<T> animation; field in DrawableCrossFadeFactory
55 if (animation == null) { in build()
57 animation = new DrawableCrossFadeViewAnimation<T>(defaultAnimation, duration); in build()
60 return animation; in build()
67 AlphaAnimation animation = new AlphaAnimation(0f, 1f); in build() local
68 animation.setDuration(DEFAULT_DURATION_MS / 2); in build()
69 return animation; in build()
DViewPropertyAnimationFactory.java1 package com.bumptech.glide.request.animation;
10 private ViewPropertyAnimation<R> animation; field in ViewPropertyAnimationFactory
28 if (animation == null) { in build()
29 animation = new ViewPropertyAnimation<R>(animator); in build()
32 return animation; in build()
DViewAnimation.java1 package com.bumptech.glide.request.animation;
4 import android.view.animation.Animation;
39 Animation animation = animationFactory.build(); in animate() local
40 view.startAnimation(animation); in animate()
/external/clang/test/Analysis/
Dpr_2542_rdar_6793404.m38 // of the animation or when it receives stopAnimation.
41 - (void)animationDidEnd:(NSAnimation *)animation;
47 // 'animation' when it is sent the message 'setDelegate:'.
48 NSAnimation *animation = [[NSAnimation alloc] // no-warning
52 [animation setDelegate:self];
53 [animation startAnimation];
57 NSAnimation *animation = [[NSAnimation alloc] // expected-warning{{leak}}
61 [animation startAnimation];
64 - (void)animationDidEnd:(NSAnimation *)animation {
65 [animation release];
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAnimationUtils.java4 import android.view.animation.Animation;
5 import android.view.animation.AnimationUtils;
6 import android.view.animation.Interpolator;
7 import android.view.animation.LayoutAnimationController;
8 import android.view.animation.LinearInterpolator;
9 import android.view.animation.TranslateAnimation;
DShadowView.java29 import android.view.animation.Animation;
30 import android.view.animation.Transformation;
435 protected void setAnimation(final Animation animation) { in setAnimation() argument
436 directly().setAnimation(animation); in setAnimation()
438 if (animation != null) { in setAnimation()
439 new AnimationRunner(animation); in setAnimation()
446 private final Animation animation; field in ShadowView.AnimationRunner
449 AnimationRunner(Animation animation) { in AnimationRunner() argument
450 this.animation = animation; in AnimationRunner()
455 startTime = animation.getStartTime(); in start()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DTestAnimatorListener.java3 import android.animation.Animator;
10 public void onAnimationStart(Animator animation) { in onAnimationStart() argument
15 public void onAnimationEnd(Animator animation) { in onAnimationEnd() argument
20 public void onAnimationCancel(Animator animation) { in onAnimationCancel() argument
24 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() argument
DShadowObjectAnimatorTest.java5 import android.animation.Animator;
6 import android.animation.ObjectAnimator;
21 public void onAnimationStart(Animator animation) {
26 public void onAnimationEnd(Animator animation) {
31 public void onAnimationCancel(Animator animation) {
36 public void onAnimationRepeat(Animator animation) {
DShadowAnimationSetTest.java6 import android.view.animation.Animation;
7 import android.view.animation.AnimationSet;
8 import android.view.animation.RotateAnimation;
9 import android.view.animation.TranslateAnimation;
DShadowRenderNodeAnimatorTest.java6 import android.animation.Animator;
7 import android.animation.AnimatorListenerAdapter;
165 public void onAnimationStart(Animator animation) { in onAnimationStart() argument
170 public void onAnimationCancel(Animator animation) { in onAnimationCancel() argument
175 public void onAnimationEnd(Animator animation) { in onAnimationEnd() argument
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DTestAnimationListener.java3 import android.view.animation.Animation;
4 import android.view.animation.Animation.AnimationListener;
13 public void onAnimationStart(Animation animation) { in onAnimationStart() argument
18 public void onAnimationEnd(Animation animation) { in onAnimationEnd() argument
23 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat() argument
/external/autotest/server/cros/tradefed_test_unittest_data/
DCtsViewTestCases.txt17 03-25 20:09:24 D/ModuleListener: ModuleListener.testStarted(android.view.animation.cts.AccelerateDe…
18 03-25 20:09:27 D/ModuleListener: ModuleListener.testEnded(android.view.animation.cts.AccelerateDece…
19 …meabi-v7a CtsViewTestCases chromeos2-row4-rack8-host12:22] android.view.animation.cts.AccelerateDe…
20 03-25 20:09:27 D/ModuleListener: ModuleListener.testStarted(android.view.animation.cts.AccelerateDe…
21 03-25 20:09:27 D/ModuleListener: ModuleListener.testEnded(android.view.animation.cts.AccelerateDece…
22 …meabi-v7a CtsViewTestCases chromeos2-row4-rack8-host12:22] android.view.animation.cts.AccelerateDe…
23 03-25 20:09:27 D/ModuleListener: ModuleListener.testStarted(android.view.animation.cts.AccelerateDe…
24 03-25 20:09:27 D/ModuleListener: ModuleListener.testEnded(android.view.animation.cts.AccelerateDece…
25 …meabi-v7a CtsViewTestCases chromeos2-row4-rack8-host12:22] android.view.animation.cts.AccelerateDe…
26 03-25 20:09:27 D/ModuleListener: ModuleListener.testStarted(android.view.animation.cts.AccelerateIn…
[all …]
/external/skia/experimental/docs/
DanimationCommon.js37 var animation = animationState.timeline[index];
38 if (animation.time > animationState.time) {
42 if (animation.time + animation.duration < animationState.time) {
43 if (animation.finalized) {
46 animation.finalized = true;
49 var actions = animation.actions;
156 if (!('start' in action) || action.start < animation.time) {
170 action.start = animation.time;
175 var value = Math.min(1, (animationState.time - animation.time) / animation.duration);
/external/skqp/experimental/docs/
DanimationCommon.js37 var animation = animationState.timeline[index];
38 if (animation.time > animationState.time) {
42 if (animation.time + animation.duration < animationState.time) {
43 if (animation.finalized) {
46 animation.finalized = true;
49 var actions = animation.actions;
156 if (!('start' in action) || action.start < animation.time) {
170 action.start = animation.time;
175 var value = Math.min(1, (animationState.time - animation.time) / animation.duration);
/external/ImageMagick/Magick++/demo/
Dgravity.cpp39 list<Image> animation; in main() local
69 animation.push_back( pic ); in main()
72 writeImages( animation.begin(), animation.end(), "gravity_out.miff" ); in main()
/external/glide/library/src/main/java/com/bumptech/glide/
DGifRequestBuilder.java5 import android.view.animation.Animation;
19 import com.bumptech.glide.request.animation.DrawableCrossFadeFactory;
20 import com.bumptech.glide.request.animation.ViewPropertyAnimation;
251 public GifRequestBuilder<ModelType> crossFade(Animation animation, int duration) { in crossFade() argument
252 super.animate(new DrawableCrossFadeFactory<GifDrawable>(animation, duration)); in crossFade()
290 public GifRequestBuilder<ModelType> animate(Animation animation) { in animate() argument
291 super.animate(animation); in animate()
DDrawableRequestBuilder.java6 import android.view.animation.Animation;
25 import com.bumptech.glide.request.animation.DrawableCrossFadeFactory;
26 import com.bumptech.glide.request.animation.ViewPropertyAnimation;
262 public DrawableRequestBuilder<ModelType> crossFade(Animation animation, int duration) { in crossFade() argument
263 super.animate(new DrawableCrossFadeFactory<GlideDrawable>(animation, duration)); in crossFade()
309 public DrawableRequestBuilder<ModelType> animate(Animation animation) { in animate() argument
310 super.animate(animation); in animate()
/external/skqp/modules/skottie/fuzz/
DFuzzSkottieJSON.cpp16 auto animation = skottie::Animation::Make(&stream); in FuzzSkottieJSON() local
17 if (!animation) { in FuzzSkottieJSON()
20 animation->seek(0.1337f); // A "nothing up my sleeve" number in FuzzSkottieJSON()
/external/skia/modules/skottie/fuzz/
DFuzzSkottieJSON.cpp16 auto animation = skottie::Animation::Make(&stream); in FuzzSkottieJSON() local
17 if (!animation) { in FuzzSkottieJSON()
20 animation->seek(0.1337f); // A "nothing up my sleeve" number in FuzzSkottieJSON()
/external/skqp/tools/fiddle/
Danimate.sh11 mkdir -p /tmp/animation
15 cp /tmp/fiddle_Raster.png /tmp/animation/image-"$i".png
17 cd /tmp/animation; ffmpeg -r $FPS -pattern_type glob -i '*.png' -c:v libvpx-vp9 -lossless 1 output.…
/external/skia/tools/fiddle/
Danimate.sh11 mkdir -p /tmp/animation
15 cp /tmp/fiddle_Raster.png /tmp/animation/image-"$i".png
17 cd /tmp/animation; ffmpeg -r $FPS -pattern_type glob -i '*.png' -c:v libvpx-vp9 -lossless 1 output.…
/external/skqp/experimental/canvaskit/
Dskottie_bindings.cpp33 auto animation = skottie::Animation::Builder() in Make() local
38 return animation in Make()
39 ? sk_sp<ManagedAnimation>(new ManagedAnimation(std::move(animation), std::move(mgr))) in Make()
99 ManagedAnimation(sk_sp<skottie::Animation> animation, in ManagedAnimation() argument
101 : fAnimation(std::move(animation)) in ManagedAnimation()

123456