HomeSort by relevance Sort by last modified time
    Searched defs:LayerAnimator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/compositor/
layer_animator.h 35 // LayerAnimator. This enables LayerAnimator to animate property changes.
39 // class that should ever hold a ref ptr to a LayerAnimator), the animator can
43 class COMPOSITOR_EXPORT LayerAnimator
44 : public AnimationContainerElement, public base::RefCounted<LayerAnimator> {
54 explicit LayerAnimator(base::TimeDelta transition_duration);
57 static LayerAnimator* CreateDefaultAnimator();
60 static LayerAnimator* CreateImplicitAnimator();
188 virtual ~LayerAnimator();
203 friend class base::RefCounted<LayerAnimator>;
    [all...]
layer_animator.cc 32 class LayerAnimator;
51 // LayerAnimator public --------------------------------------------------------
53 LayerAnimator::LayerAnimator(base::TimeDelta transition_duration)
63 LayerAnimator::~LayerAnimator() {
73 LayerAnimator* LayerAnimator::CreateDefaultAnimator() {
74 return new LayerAnimator(base::TimeDelta::FromMilliseconds(0));
78 LayerAnimator* LayerAnimator::CreateImplicitAnimator()
    [all...]

Completed in 582 milliseconds