Searched refs:layer_animation_controller_ (Results 1 – 4 of 4) sorted by relevance
74 layer_animation_controller_ = LayerAnimationController::Create(layer_id_); in Layer()75 layer_animation_controller_->AddValueObserver(this); in Layer()76 layer_animation_controller_->set_value_provider(this); in Layer()87 layer_animation_controller_->RemoveValueObserver(this); in ~Layer()88 layer_animation_controller_->remove_value_provider(this); in ~Layer()124 layer_animation_controller_->SetAnimationRegistrar( in SetLayerTreeHost()131 if (host && layer_animation_controller_->has_any_animation()) in SetLayerTreeHost()491 return layer_animation_controller_->IsAnimatingProperty(Animation::Filter); in FilterIsAnimating()512 return layer_animation_controller_->IsAnimatingProperty(Animation::Opacity); in OpacityIsAnimating()618 return layer_animation_controller_->IsAnimatingProperty(Animation::Transform); in TransformIsAnimating()[all …]
74 layer_animation_controller_ = in LayerImpl()76 layer_animation_controller_->AddValueObserver(this); in LayerImpl()78 layer_animation_controller_->set_value_provider(this); in LayerImpl()84 layer_animation_controller_->RemoveValueObserver(this); in ~LayerImpl()85 layer_animation_controller_->remove_value_provider(this); in ~LayerImpl()848 return layer_animation_controller_->IsAnimatingProperty(Animation::Filter); in FilterIsAnimating()853 layer_animation_controller_->GetAnimation(Animation::Filter); in FilterIsAnimatingOnImplOnly()891 return layer_animation_controller_->IsAnimatingProperty(Animation::Opacity); in OpacityIsAnimating()896 layer_animation_controller_->GetAnimation(Animation::Opacity); in OpacityIsAnimatingOnImplOnly()950 return layer_animation_controller_->IsAnimatingProperty(Animation::Transform); in TransformIsAnimating()[all …]
405 return layer_animation_controller_->AnimatedBoundsForBox(box, bounds); in AnimatedBoundsForBox()409 return layer_animation_controller_.get(); in layer_animation_controller()415 layer_animation_controller_->set_layer_animation_delegate(delegate); in set_layer_animation_delegate()569 scoped_refptr<LayerAnimationController> layer_animation_controller_; variable
477 return layer_animation_controller_.get(); in layer_animation_controller()650 scoped_refptr<LayerAnimationController> layer_animation_controller_; variable