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

  /external/chromium_org/cc/animation/
animation.h 134 void set_affects_active_observers(bool affects_active_observers) {
135 affects_active_observers_ = affects_active_observers;
137 bool affects_active_observers() const { return affects_active_observers_; } function in class:cc::Animation
layer_animation_controller.cc 227 return !animation->affects_active_observers() &&
608 if (animations_[i]->affects_active_observers()) {
625 bool affects_active_observers = local
626 animations_[i]->affects_active_observers();
633 affects_active_observers |=
634 animations_[j]->affects_active_observers();
649 if (affects_active_observers &&
678 animations_[i]->affects_active_observers()) {
811 animations_[i]->affects_active_observers(),
822 animations_[i]->affects_active_observers(),
    [all...]

Completed in 63 milliseconds