Searched refs:last_progressed_fraction (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animation_sequence_unittest.cc93 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());
H A Dlayer_animation_sequence.h124 // 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
H A Dlayer_animation_sequence.cc79 elements_[current_index]->last_progressed_fraction();
94 elements_[current_index]->last_progressed_fraction();
146 elements_[current_index]->last_progressed_fraction();
H A Dlayer_animation_element_unittest.cc49 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());
H A Dlayer_animation_element.h205 double last_progressed_fraction() const { return last_progressed_fraction_; } function in class:ui::LayerAnimationElement
H A Dlayer_animation_element.cc403 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()),
H A Dlayer_animator_unittest.cc362 last_progressed_fraction(),
477 last_progressed_fraction(),
751 last_progressed_fraction(),
908 last_progressed_fraction(),
1252 last_progressed_fraction(),

Completed in 96 milliseconds