Searched defs:animator (Results 26 - 50 of 51) 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/third_party/WebKit/Source/core/page/
H A DPage.h149 PageAnimator& animator() { return m_animator; } function in class:WebCore::FINAL
H A DEventHandler.cpp2058 ScrollAnimator* animator = sa->scrollAnimator(); local
2059 if (animator)
2060 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.cc152 CallbackAnimationObserver(ui::LayerAnimator* animator,
171 ui::LayerAnimator* animator, base::Callback<void(void)> callback)
172 : animator_(animator), callback_(callback) {
170 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/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.cc106 // Destroying the animator may cause observers to use the layer (and
107 // indirectly the WebLayer). Destroy the animator first so that the WebLayer
218 void Layer::SetAnimator(LayerAnimator* animator) { argument
219 if (animator)
220 animator->SetDelegate(this);
221 animator_ = animator;
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.cc132 views::BoundsAnimator* animator) OVERRIDE;
133 virtual void OnBoundsAnimatorDone(views::BoundsAnimator* animator) OVERRIDE;
365 views::BoundsAnimator* animator) {
366 DCHECK_EQ(animator_.get(), animator);
369 const gfx::SlideAnimation* animation = animator->GetAnimationForView(*iter);
375 void MessageListView::OnBoundsAnimatorDone(views::BoundsAnimator* animator) { argument
364 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.
1398 // at the required location. As such we tell the animator to go there
1848 void ShelfView::OnBoundsAnimatorProgressed(views::BoundsAnimator* animator) { argument
1854 void ShelfView::OnBoundsAnimatorDone(views::BoundsAnimator* animator) { argument
1855 if (snap_back_from_rip_off_view_ && animator == bounds_animator_) {
1856 if (!animator->IsAnimating(snap_back_from_rip_off_view_)) {
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc1629 ui::LayerAnimator* animator = w1->layer()->GetAnimator(); local
1645 // (100, 100, 100, 100). If we step the animator ahead, we should find that
1659 animator->Step(start_time + base::TimeDelta::FromMilliseconds(1000));
2378 ui::LayerAnimator* animator = window->layer()->GetAnimator(); local
2379 animator->Step(start_time + base::TimeDelta::FromMilliseconds(1000));
2420 ui::LayerAnimator* animator = window->layer()->GetAnimator(); local
2421 animator->Step(start_time + base::TimeDelta::FromMilliseconds(1000));
3395 scoped_refptr<ui::LayerAnimator> animator = local
3398 animator->AddObserver(&observer);
3402 window->layer()->SetAnimator(animator);
[all...]
/external/chromium_org/ui/views/
H A Dview_unittest.cc3178 TestLayerAnimator* animator = new TestLayerAnimator(); local
3179 v1->layer()->SetAnimator(animator);
3183 EXPECT_EQ(bounds, animator->last_bounds());
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1033 milliseconds

123