Searched refs:animator (Results 51 - 75 of 78) sorted by relevance

1234

/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 DSkDrawExtraPathEffect.cpp505 void InitializeSkExtraPathEffects(SkAnimator* animator) { argument
506 animator->addExtras(new SkExtraPathEffects());
H A DSkAnimateMaker.h44 SkAnimateMaker(SkAnimator* animator, SkCanvas* canvas, SkPaint* paint);
H A DSkDisplayType.cpp727 SkAnimator animator; local
728 SkAnimateMaker* maker = animator.fMaker;
/external/glide/library/src/main/java/com/bumptech/glide/
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/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 DSkDrawExtraPathEffect.cpp505 void InitializeSkExtraPathEffects(SkAnimator* animator) { argument
506 animator->addExtras(new SkExtraPathEffects());
H A DSkAnimateMaker.h44 SkAnimateMaker(SkAnimator* animator, SkCanvas* canvas, SkPaint* paint);
H A DSkDisplayType.cpp727 SkAnimator animator; local
728 SkAnimateMaker* maker = animator.fMaker;
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationTimeline.cpp231 if (m_document && m_document->page() && !m_document->page()->animator().isServicingAnimations())
/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 DChrome.cpp369 m_page->animator().setAnimationFramePending();
H A DEventHandler.cpp2055 ScrollAnimator* animator = sa->existingScrollAnimator(); local
2056 if (animator)
2057 animator->cancelAnimations();
/external/chromium_org/ui/compositor/
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;
H A Dlayer.h124 // The layer's animator is responsible for causing automatic animations when
126 // handles blending of animations. The layer takes ownership of the animator.
127 void SetAnimator(LayerAnimator* animator);
129 // Returns the layer's animator. Creates a default animator of one has not
137 // Return the target transform if animator is running, or the current
152 // Return the target bounds if animator is running, or the current bounds
187 // Return the target brightness if animator is running, or the current
197 // Return the target grayscale if animator is running, or the current
213 // Return the target opacity if animator i
[all...]
/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/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/app_list/views/
H A Dapps_grid_view.cc2071 ui::ScopedLayerAnimationSettings animator(view->layer()->GetAnimator());
2072 animator.SetPreemptionStrategy(
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.cpp226 page()->animator().scheduleVisualUpdate();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp1756 page()->animator().scheduleVisualUpdate();
1808 page()->animator().scheduleVisualUpdate();
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...
/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());
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1923 page->animator().scheduleVisualUpdate();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp3110 frame()->page()->animator().scheduleVisualUpdate(); // In case that this is called not during FrameView::updateLayoutAndStyleForPainting().
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp1607 page()->animator().scheduleVisualUpdate();

Completed in 810 milliseconds

1234