HomeSort by relevance Sort by last modified time
    Searched refs:layer_animation_controller (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/cc/layers/
layer_utils.cc 16 return layer.layer_animation_controller()->HasAnimationThatInflatesBounds();
20 return layer.layer_animation_controller()
25 return layer.layer_animation_controller()
115 if (!layer->layer_animation_controller()->FilterAnimationBoundsForBox(
123 if (!layer->layer_animation_controller()->TransformAnimationBoundsForBox(
layer_unittest.cc 721 impl_layer->layer_animation_controller()->SetAnimationRegistrar(
724 AddAnimatedTransformToController(impl_layer->layer_animation_controller(),
738 AddAnimatedTransformToController(impl_layer->layer_animation_controller(),
742 impl_layer->layer_animation_controller()->GetAnimation(Animation::Transform)->
762 impl_layer->layer_animation_controller()->SetAnimationRegistrar(
765 AddOpacityTransitionToController(impl_layer->layer_animation_controller(),
778 AddOpacityTransitionToController(impl_layer->layer_animation_controller(),
783 impl_layer->layer_animation_controller()->GetAnimation(Animation::Opacity)->
802 impl_layer->layer_animation_controller()->SetAnimationRegistrar(
806 impl_layer->layer_animation_controller(), 1.0, 1.f, 2.f)
    [all...]
layer_impl.h 14 #include "cc/animation/layer_animation_controller.h"
471 LayerAnimationController* layer_animation_controller() { function in class:cc::LayerImpl
475 const LayerAnimationController* layer_animation_controller() const { function in class:cc::LayerImpl
layer.h 14 #include "cc/animation/layer_animation_controller.h"
402 LayerAnimationController* layer_animation_controller() { function in class:cc::Layer
layer.cc 18 #include "cc/animation/layer_animation_controller.h"
993 layer->layer_animation_controller());
    [all...]
layer_impl.cc     [all...]
  /external/chromium_org/cc/test/
animation_test_common.cc 9 #include "cc/animation/layer_animation_controller.h"
296 return AddOpacityTransition(layer->layer_animation_controller(),
314 return AddAnimatedTransform(layer->layer_animation_controller(),
331 return AddAnimatedTransform(layer->layer_animation_controller(),
348 return AddAnimatedFilter(layer->layer_animation_controller(),
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 8 #include "cc/animation/layer_animation_controller.h"
141 host_impl->active_tree()->root_layer()->layer_animation_controller();
160 layer_tree_host()->root_layer()->layer_animation_controller();
512 layer_animation_controller();
568 layer_animation_controller();
584 layer_animation_controller();
626 layer_tree_host()->root_layer()->layer_animation_controller();
661 host_impl->active_tree()->root_layer()->layer_animation_controller();
706 layer->layer_animation_controller()->AddAnimation(animation.Pass());
    [all...]
tree_synchronizer_unittest.cc 13 #include "cc/animation/layer_animation_controller.h"
578 layer_tree_root->layer_animation_controller())->SynchronizedAnimations());
592 layer_tree_root->layer_animation_controller())->SynchronizedAnimations());
occlusion_tracker_unittest.cc 7 #include "cc/animation/layer_animation_controller.h"
    [all...]
layer_tree_host_common_unittest.cc 9 #include "cc/animation/layer_animation_controller.h"
    [all...]
layer_tree_host_common.cc     [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 263 layer_->layer_animation_controller()->RemoveAnimation(
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 561 cc_layer->layer_animation_controller()->SetAnimationRegistrar(
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 37 cc/animation/layer_animation_controller.cc \
cc.target.darwin-arm64.mk 37 cc/animation/layer_animation_controller.cc \
cc.target.darwin-mips.mk 37 cc/animation/layer_animation_controller.cc \
cc.target.darwin-x86.mk 37 cc/animation/layer_animation_controller.cc \
cc.target.darwin-x86_64.mk 37 cc/animation/layer_animation_controller.cc \
cc.target.linux-arm.mk 37 cc/animation/layer_animation_controller.cc \
cc.target.linux-arm64.mk 37 cc/animation/layer_animation_controller.cc \
cc.target.linux-mips.mk 37 cc/animation/layer_animation_controller.cc \
cc.target.linux-x86.mk 37 cc/animation/layer_animation_controller.cc \
cc.target.linux-x86_64.mk 37 cc/animation/layer_animation_controller.cc \

Completed in 1420 milliseconds