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

  /external/chromium_org/ui/compositor/
layer_animator.cc 445 const bool should_start = is_animating(); local
446 if (should_start && !is_started_)
448 else if (!should_start && is_started_)
451 is_started_ = should_start;

Completed in 98 milliseconds