Home | History | Annotate | Download | only in layers

Lines Matching refs:animation_id

1110 void Layer::PauseAnimation(int animation_id, double time_offset) {
1111 layer_animation_controller_->PauseAnimation(animation_id, time_offset);
1115 void Layer::RemoveAnimation(int animation_id) {
1116 layer_animation_controller_->RemoveAnimation(animation_id);