Searched defs:animator (Results 26 - 50 of 54) sorted by relevance

123

/external/glide/library/src/main/java/com/bumptech/glide/
H A DBitmapRequestBuilder.java224 public BitmapRequestBuilder<ModelType, TranscodeType> animate(ViewPropertyAnimation.Animator animator) { argument
225 super.animate(animator);
H A DDrawableRequestBuilder.java135 public DrawableRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) { argument
136 super.animate(animator);
H A DGifRequestBuilder.java124 public GifRequestBuilder<ModelType, TranscodeType> animate(ViewPropertyAnimation.Animator animator) { argument
125 super.animate(animator);
H A DGenericRequestBuilder.java348 * Sets an animator to run a {@link ViewPropertyAnimator} on a view that the target may be wrapping when a resource
351 * @param animator The {@link ViewPropertyAnimation.Animator} to run.
357 ViewPropertyAnimation.Animator animator) {
358 return animate(new ViewPropertyAnimation.ViewPropertyAnimationFactory(animator));
356 animate( ViewPropertyAnimation.Animator animator) argument
/external/chromium_org/ash/wm/
H A Dsession_state_animator_impl.cc67 ui::LayerAnimator* animator = window->layer()->GetAnimator(); local
68 animator->set_preemption_strategy(
76 animator->StartAnimation(sequence);
84 ui::LayerAnimator* animator = window->layer()->GetAnimator(); local
85 animator->set_preemption_strategy(
93 animator->StartAnimation(sequence);
101 ui::LayerAnimator* animator = window->layer()->GetAnimator(); local
102 animator->set_preemption_strategy(
104 animator->StartAnimation(
112 animator
120 ui::LayerAnimator* animator = window->layer()->GetAnimator(); local
136 ui::LayerAnimator* animator = window->layer()->GetAnimator(); local
259 ui::LayerAnimator* animator = window->layer()->GetAnimator(); local
411 AnimationSequence( SessionStateAnimatorImpl* animator, base::Closure callback) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.h141 PageAnimator& animator() { return *m_animator; } function in class:blink::FINAL
H A DEventHandler.cpp2055 ScrollAnimator* animator = sa->existingScrollAnimator(); local
2056 if (animator)
2057 animator->cancelAnimations();
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateMaker.cpp30 SkAnimateMaker::SkAnimateMaker(SkAnimator* animator, SkCanvas* canvas, SkPaint* paint) argument
34 fFirstScriptError(false), fLoaded(false), fIDs(256), fAnimator(animator)
99 // SkDebugf("animator decode %s\n", uri);
H A DSkAnimatorScript.cpp185 SkAnimateBase* animator = (SkAnimateBase*) working; local
186 if (animator->isDynamic()) {
557 SkAnimator animator; local
558 SkASSERT(animator.decodeMemory(scriptTestSetup, sizeof(scriptTestSetup)-1));
562 animator.doUserEvent(evt);
563 // set up animator with memory script above, then run value tests
565 SkAnimatorScript engine(*animator.fMaker, NULL, scriptTests[index].fType);
H A DSkAnimatorScript2.cpp169 SkAnimateBase* animator = (SkAnimateBase*) working; local
170 if (animator->isDynamic()) {
586 SkAnimator animator; local
587 SkASSERT(animator.decodeMemory(scriptTestSetup, sizeof(scriptTestSetup)-1));
591 animator.doUserEvent(evt);
592 // set up animator with memory script above, then run value tests
594 SkAnimatorScript2 engine(*animator.fMaker, NULL, scriptTests[index].fType);
H A DSkDisplayApply.cpp26 SK_PROPERTY(animator),
37 SK_MEMBER_PROPERTY(animator, Animate),
110 SkAnimateBase* animator = fActive->fAnimators[animatorIndex]; local
111 const SkMemberInfo * info = animator->fFieldInfo;
112 SkASSERT(animator);
115 SkDisplayable* target = getTarget(animator);
116 if (animator->hasExecute() || type == SkType_MemberFunction || type == SkType_MemberProperty) {
117 SkDisplayable* executor = animator->hasExecute() ? animator : target;
138 animator
250 SkAnimateBase* animator = fAnimators[index]; local
273 SkAnimateBase* animator = fAnimators[index]; local
519 SkAnimateBase* const animator = *animPtr; local
712 SkAnimateBase* animator = *animPtr++; local
[all...]
H A DSkDrawExtraPathEffect.cpp505 void InitializeSkExtraPathEffects(SkAnimator* animator) { argument
506 animator->addExtras(new SkExtraPathEffects());
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller.cc167 CallbackAnimationObserver(ui::LayerAnimator* animator,
186 ui::LayerAnimator* animator, base::Callback<void(void)> callback)
187 : animator_(animator), callback_(callback) {
185 CallbackAnimationObserver( ui::LayerAnimator* animator, base::Callback<void(void)> callback) argument
/external/skia/src/animator/
H A DSkAnimateMaker.cpp30 SkAnimateMaker::SkAnimateMaker(SkAnimator* animator, SkCanvas* canvas, SkPaint* paint) argument
34 fFirstScriptError(false), fLoaded(false), fIDs(256), fAnimator(animator)
99 // SkDebugf("animator decode %s\n", uri);
H A DSkAnimatorScript.cpp185 SkAnimateBase* animator = (SkAnimateBase*) working; local
186 if (animator->isDynamic()) {
557 SkAnimator animator; local
558 SkASSERT(animator.decodeMemory(scriptTestSetup, sizeof(scriptTestSetup)-1));
562 animator.doUserEvent(evt);
563 // set up animator with memory script above, then run value tests
565 SkAnimatorScript engine(*animator.fMaker, NULL, scriptTests[index].fType);
H A DSkAnimatorScript2.cpp169 SkAnimateBase* animator = (SkAnimateBase*) working; local
170 if (animator->isDynamic()) {
586 SkAnimator animator; local
587 SkASSERT(animator.decodeMemory(scriptTestSetup, sizeof(scriptTestSetup)-1));
591 animator.doUserEvent(evt);
592 // set up animator with memory script above, then run value tests
594 SkAnimatorScript2 engine(*animator.fMaker, NULL, scriptTests[index].fType);
H A DSkDisplayApply.cpp26 SK_PROPERTY(animator),
37 SK_MEMBER_PROPERTY(animator, Animate),
110 SkAnimateBase* animator = fActive->fAnimators[animatorIndex]; local
111 const SkMemberInfo * info = animator->fFieldInfo;
112 SkASSERT(animator);
115 SkDisplayable* target = getTarget(animator);
116 if (animator->hasExecute() || type == SkType_MemberFunction || type == SkType_MemberProperty) {
117 SkDisplayable* executor = animator->hasExecute() ? animator : target;
138 animator
250 SkAnimateBase* animator = fAnimators[index]; local
273 SkAnimateBase* animator = fAnimators[index]; local
519 SkAnimateBase* const animator = *animPtr; local
712 SkAnimateBase* animator = *animPtr++; local
[all...]
H A DSkDrawExtraPathEffect.cpp505 void InitializeSkExtraPathEffects(SkAnimator* animator) { argument
506 animator->addExtras(new SkExtraPathEffects());
/external/chromium_org/athena/wm/
H A Dwindow_overview_mode.cc317 scoped_refptr<ui::LayerAnimator> animator = local
321 animator->AbortAllAnimations();
326 ui::ScopedLayerAnimationSettings settings(animator);
/external/chromium_org/ui/compositor/
H A Dlayer_animator_unittest.cc100 DeletingLayerAnimationObserver(LayerAnimator* animator) argument
101 : animator_(animator) {
195 // Checks that setting a property on an implicit animator causes an animation to
198 scoped_refptr<LayerAnimator> animator(
200 animator->set_disable_timer_for_test(true);
202 animator->SetDelegate(&delegate);
204 animator->SetBrightness(0.5);
205 EXPECT_TRUE(animator->is_animating());
206 animator->Step(now + base::TimeDelta::FromSeconds(1));
210 // Checks that if the animator i
326 LayerAnimator* animator = test_controller.animator(); local
427 LayerAnimator* animator = test_controller.animator(); local
715 LayerAnimator* animator = test_controller.animator(); local
846 LayerAnimator* animator = test_controller.animator(); local
1177 LayerAnimator* animator = test_controller.animator(); local
1466 LayerAnimator* animator = test_controller.animator(); local
1665 TestLayerAnimator* animator = new TestLayerAnimator(); local
1946 TestLayerAnimationDeletingDelegate(LayerAnimator* animator, int max_width) argument
2236 LayerAnimator* animator() { return animator_.get(); } function in class:ui::AnimatorOwner
2260 LayerAnimator* animator() { return animator_owner_->animator(); } function in class:ui::DeletingObserver
2317 LayerAnimator* animator = observer->animator(); local
2350 LayerAnimator* animator = observer->animator(); local
2382 LayerAnimator* animator = observer->animator(); local
2413 LayerAnimator* animator = observer->animator(); local
2521 LayerAnimator* animator = layer.GetAnimator(); local
2542 LayerAnimator* animator = test_controller.animator(); local
2563 scoped_refptr<LayerAnimator> animator = test_controller.animator(); local
2607 LayerAnimator* animator = layer.GetAnimator(); local
[all...]
H A Dlayer.cc108 // Destroying the animator may cause observers to use the layer (and
109 // indirectly the WebLayer). Destroy the animator first so that the WebLayer
220 void Layer::SetAnimator(LayerAnimator* animator) { argument
221 if (animator)
222 animator->SetDelegate(this);
223 animator_ = animator;
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.cc133 views::BoundsAnimator* animator) OVERRIDE;
134 virtual void OnBoundsAnimatorDone(views::BoundsAnimator* animator) OVERRIDE;
366 views::BoundsAnimator* animator) {
367 DCHECK_EQ(animator_.get(), animator);
370 const gfx::SlideAnimation* animation = animator->GetAnimationForView(*iter);
376 void MessageListView::OnBoundsAnimatorDone(views::BoundsAnimator* animator) { argument
365 OnBoundsAnimatorProgressed( views::BoundsAnimator* animator) argument
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc115 // A class to temporarily disable a given bounds animator.
131 // The bounds animator which gets used.
1396 // at the required location. As such we tell the animator to go there
1853 void ShelfView::OnBoundsAnimatorProgressed(views::BoundsAnimator* animator) { argument
1859 void ShelfView::OnBoundsAnimatorDone(views::BoundsAnimator* animator) { argument
1860 if (snap_back_from_rip_off_view_ && animator == bounds_animator_) {
1861 if (!animator->IsAnimating(snap_back_from_rip_off_view_)) {
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc1624 ui::LayerAnimator* animator = w1->layer()->GetAnimator(); local
1640 // (100, 100, 100, 100). If we step the animator ahead, we should find that
1654 animator->Step(start_time + base::TimeDelta::FromMilliseconds(1000));
2419 ui::LayerAnimator* animator = window->layer()->GetAnimator(); local
2420 animator->Step(start_time + base::TimeDelta::FromMilliseconds(1000));
2461 ui::LayerAnimator* animator = window->layer()->GetAnimator(); local
2462 animator->Step(start_time + base::TimeDelta::FromMilliseconds(1000));
3436 scoped_refptr<ui::LayerAnimator> animator = local
3439 animator->AddObserver(&observer);
3443 window->layer()->SetAnimator(animator
[all...]
/external/chromium_org/ui/views/
H A Dview_unittest.cc2863 TestLayerAnimator* animator = new TestLayerAnimator(); local
2864 v1->layer()->SetAnimator(animator);
2868 EXPECT_EQ(bounds, animator->last_bounds());

Completed in 887 milliseconds

123