Searched defs:LayerAnimator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animator.cc40 // LayerAnimator public --------------------------------------------------------
42 LayerAnimator::LayerAnimator(base::TimeDelta transition_duration) function in class:ui::LayerAnimator
53 LayerAnimator::~LayerAnimator() {
63 LayerAnimator* LayerAnimator::CreateDefaultAnimator() {
64 return new LayerAnimator(base::TimeDelta::FromMilliseconds(0));
68 LayerAnimator* LayerAnimator
[all...]
H A Dlayer_animator.h36 // LayerAnimator. This enables LayerAnimator to animate property changes.
40 // class that should ever hold a ref ptr to a LayerAnimator), the animator can
44 class COMPOSITOR_EXPORT LayerAnimator : public base::RefCounted<LayerAnimator> { class in namespace:ui
54 explicit LayerAnimator(base::TimeDelta transition_duration);
57 static LayerAnimator* CreateDefaultAnimator();
60 static LayerAnimator* CreateImplicitAnimator();
196 virtual ~LayerAnimator();
211 friend class base::RefCounted<LayerAnimator>;
[all...]

Completed in 76 milliseconds