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

  /external/chromium_org/ui/compositor/
layer_animation_observer.cc 151 property_animation_status_[property] = status;
160 property_animation_status_.find(property);
161 return iter == property_animation_status_.end() ? ANIMATION_STATUS_UNKNOWN :
layer_animation_observer.h 149 PropertyAnimationStatusMap property_animation_status_; member in class:ui::ImplicitAnimationObserver

Completed in 2782 milliseconds