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 36 // 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> {
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...]
layer_animator.cc 40 // LayerAnimator public --------------------------------------------------------
42 LayerAnimator::LayerAnimator(base::TimeDelta transition_duration)
53 LayerAnimator::~LayerAnimator() {
63 LayerAnimator* LayerAnimator::CreateDefaultAnimator() {
64 return new LayerAnimator(base::TimeDelta::FromMilliseconds(0));
68 LayerAnimator* LayerAnimator::CreateImplicitAnimator()
    [all...]

Completed in 1913 milliseconds