Home
last modified time | relevance | path

Searched defs:animations (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ui/app_list/views/
Dpulsing_block_view.cc63 std::vector<ui::LayerAnimationSequence*> animations; in SchedulePulsingAnimation() local
/external/chromium_org/third_party/WebKit/Source/core/animation/
DCompositorAnimations.cpp212 Vector<OwnPtr<WebCompositorAnimation> > animations; in startAnimationOnCompositor() local
406 …timeOffset, const KeyframeEffectModelBase& effect, Vector<OwnPtr<WebCompositorAnimation> >& animat… in getAnimationOnCompositor()
DCompositorAnimationsTest.cpp110 …g, AnimatableValueKeyframeEffectModel& effect, Vector<OwnPtr<WebCompositorAnimation> >& animations) in getAnimationOnCompositor()
114 …ffectModel& effect, Vector<OwnPtr<WebCompositorAnimation> >& animations, double playerPlaybackRate) in getAnimationOnCompositor()
/external/replicaisland/src/com/replica/replicaisland/
DSpriteComponent.java76 final PhasedObjectManager animations = mAnimations; in update() local
/external/chromium_org/ui/compositor/
Dlayer_animator.cc169 const std::vector<LayerAnimationSequence*>& animations) { in StartTogether()
224 const std::vector<LayerAnimationSequence*>& animations) { in ScheduleTogether()
Dlayer_animator_unittest.cc52 std::vector<ui::LayerAnimationSequence*> animations; in CreateMultiSequence() local
445 std::vector<LayerAnimationSequence*> animations; in TEST() local
/external/chromium_org/ash/wm/
Dwindow_animations.cc433 std::vector<ui::LayerAnimationSequence*> animations; in CreateBrightnessGrayscaleAnimationSequence() local
Dsession_state_animator_impl.cc278 std::vector<ui::LayerAnimationSequence*> animations; in StartGrayscaleBrightnessAnimationForWindow() local
/external/chromium_org/cc/animation/
Dlayer_animation_controller.cc598 ScopedPtrVector<Animation>& animations = controller_impl->animations_; in RemoveAnimationsCompletedOnMainThread() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h904 const CSSAnimationData* animations() const { return rareNonInheritedData->m_animations.get(); } in animations() function