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

  /external/chromium_org/cc/animation/
animation.h 156 void set_affects_active_observers(bool affects_active_observers) {
157 affects_active_observers_ = affects_active_observers;
159 bool affects_active_observers() const { return affects_active_observers_; } function in class:cc::Animation
layer_animation_controller.cc 234 return !animation->affects_active_observers() &&
632 if (animations_[i]->affects_active_observers()) {
657 bool affects_active_observers = local
658 animation_waiting_for_target->affects_active_observers();
666 affects_active_observers |=
667 animations_[j]->affects_active_observers();
682 if (affects_active_observers &&
713 animations_[i]->affects_active_observers()) {
    [all...]
layer_animation_controller_unittest.cc     [all...]

Completed in 1436 milliseconds