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

  /external/chromium_org/ui/compositor/
layer_animation_sequence.h 122 // The last_progressed_fraction of the element most recently progressed by
124 double last_progressed_fraction() const { return last_progressed_fraction_; } function in class:ui::LayerAnimationSequence
172 // Tracks the last_progressed_fraction() of the most recently progressed
layer_animation_element.h 183 double last_progressed_fraction() const { return last_progressed_fraction_; } function in class:ui::LayerAnimationElement

Completed in 73 milliseconds