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

  /external/chromium_org/ui/compositor/
layer_animation_sequence_unittest.cc 93 EXPECT_FLOAT_EQ(start, sequence.last_progressed_fraction());
102 EXPECT_FLOAT_EQ(middle, sequence.last_progressed_fraction());
105 EXPECT_FLOAT_EQ(target, sequence.last_progressed_fraction());
149 EXPECT_FLOAT_EQ(0.0, sequence.last_progressed_fraction());
159 EXPECT_FLOAT_EQ(0.5, sequence.last_progressed_fraction());
164 EXPECT_FLOAT_EQ(0.0, sequence.last_progressed_fraction());
180 EXPECT_FLOAT_EQ(0.0, sequence.last_progressed_fraction());
190 EXPECT_FLOAT_EQ(0.5, sequence.last_progressed_fraction());
layer_animation_sequence.h 124 // The last_progressed_fraction of the element most recently progressed by
126 double last_progressed_fraction() const { return last_progressed_fraction_; } function in class:ui::LayerAnimationSequence
181 // Tracks the last_progressed_fraction() of the most recently progressed
layer_animation_sequence.cc 79 elements_[current_index]->last_progressed_fraction();
94 elements_[current_index]->last_progressed_fraction();
146 elements_[current_index]->last_progressed_fraction();
layer_animation_element_unittest.cc 49 EXPECT_FLOAT_EQ(0.0, element->last_progressed_fraction());
51 EXPECT_FLOAT_EQ(0.5, element->last_progressed_fraction());
59 EXPECT_FLOAT_EQ(1.0, element->last_progressed_fraction());
187 EXPECT_FLOAT_EQ(start, element->last_progressed_fraction());
191 EXPECT_FLOAT_EQ(start, element->last_progressed_fraction());
193 EXPECT_FLOAT_EQ(middle, element->last_progressed_fraction());
201 EXPECT_FLOAT_EQ(target, element->last_progressed_fraction());
layer_animation_element.h 205 double last_progressed_fraction() const { return last_progressed_fraction_; } function in class:ui::LayerAnimationElement
layer_animation_element.cc 403 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()),
458 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()),
563 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()),
layer_animator_unittest.cc 362 last_progressed_fraction(),
477 last_progressed_fraction(),
751 last_progressed_fraction(),
    [all...]

Completed in 2279 milliseconds