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.cc 34 class LayerAnimator;
53 // LayerAnimator public --------------------------------------------------------
55 LayerAnimator::LayerAnimator(base::TimeDelta transition_duration)
66 LayerAnimator::~LayerAnimator() {
76 LayerAnimator* LayerAnimator::CreateDefaultAnimator() {
77 return new LayerAnimator(base::TimeDelta::FromMilliseconds(0));
81 LayerAnimator* LayerAnimator::CreateImplicitAnimator()
    [all...]
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
45 public base::RefCounted<LayerAnimator> {
55 explicit LayerAnimator(base::TimeDelta transition_duration);
58 static LayerAnimator* CreateDefaultAnimator();
61 static LayerAnimator* CreateImplicitAnimator();
193 virtual ~LayerAnimator();
208 friend class base::RefCounted<LayerAnimator>;
    [all...]

Completed in 110 milliseconds