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

  /external/chromium_org/cc/layers/
layer.cc 74 layer_animation_controller_ = LayerAnimationController::Create(layer_id_);
75 layer_animation_controller_->AddValueObserver(this);
76 layer_animation_controller_->set_value_provider(this);
87 layer_animation_controller_->RemoveValueObserver(this);
88 layer_animation_controller_->remove_value_provider(this);
124 layer_animation_controller_->SetAnimationRegistrar(
131 if (host && layer_animation_controller_->has_any_animation())
491 return layer_animation_controller_->IsAnimatingProperty(Animation::Filter);
512 return layer_animation_controller_->IsAnimatingProperty(Animation::Opacity);
618 return layer_animation_controller_->IsAnimatingProperty(Animation::Transform)
    [all...]
layer_impl.cc 74 layer_animation_controller_ =
76 layer_animation_controller_->AddValueObserver(this);
78 layer_animation_controller_->set_value_provider(this);
84 layer_animation_controller_->RemoveValueObserver(this);
85 layer_animation_controller_->remove_value_provider(this);
848 return layer_animation_controller_->IsAnimatingProperty(Animation::Filter);
853 layer_animation_controller_->GetAnimation(Animation::Filter);
891 return layer_animation_controller_->IsAnimatingProperty(Animation::Opacity);
896 layer_animation_controller_->GetAnimation(Animation::Opacity);
950 return layer_animation_controller_->IsAnimatingProperty(Animation::Transform)
    [all...]
layer.h 405 return layer_animation_controller_->AnimatedBoundsForBox(box, bounds);
409 return layer_animation_controller_.get();
415 layer_animation_controller_->set_layer_animation_delegate(delegate);
569 scoped_refptr<LayerAnimationController> layer_animation_controller_; member in class:cc::Layer
layer_impl.h 477 return layer_animation_controller_.get();
650 scoped_refptr<LayerAnimationController> layer_animation_controller_; member in class:cc::LayerImpl

Completed in 116 milliseconds