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

/external/chromium_org/ui/compositor/
H A Dlayer_animation_sequence_unittest.cc92 EXPECT_FLOAT_EQ(start, sequence.last_progressed_fraction());
101 EXPECT_FLOAT_EQ(middle, sequence.last_progressed_fraction());
104 EXPECT_FLOAT_EQ(target, sequence.last_progressed_fraction());
151 EXPECT_FLOAT_EQ(0.0, sequence.last_progressed_fraction());
160 EXPECT_FLOAT_EQ(0.5, sequence.last_progressed_fraction());
165 EXPECT_FLOAT_EQ(0.0, sequence.last_progressed_fraction());
181 EXPECT_FLOAT_EQ(0.0, sequence.last_progressed_fraction());
190 EXPECT_FLOAT_EQ(0.5, sequence.last_progressed_fraction());
H A Dlayer_animation_element_unittest.cc48 EXPECT_FLOAT_EQ(0.0, element->last_progressed_fraction());
50 EXPECT_FLOAT_EQ(0.5, element->last_progressed_fraction());
58 EXPECT_FLOAT_EQ(1.0, element->last_progressed_fraction());
124 EXPECT_FLOAT_EQ(start, element->last_progressed_fraction());
128 EXPECT_FLOAT_EQ(start, element->last_progressed_fraction());
130 EXPECT_FLOAT_EQ(middle, element->last_progressed_fraction());
138 EXPECT_FLOAT_EQ(target, element->last_progressed_fraction());
H A Dlayer_animation_sequence.h122 // 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
H A Dlayer_animation_sequence.cc74 elements_[current_index]->last_progressed_fraction();
84 elements_[current_index]->last_progressed_fraction();
136 elements_[current_index]->last_progressed_fraction();
H A Dlayer_animation_element.h183 double last_progressed_fraction() const { return last_progressed_fraction_; } function in class:ui::LayerAnimationElement
H A Dlayer_animation_element.cc457 Tween::CalculateValue(tween_type(), last_progressed_fraction()),
523 Tween::CalculateValue(tween_type(), last_progressed_fraction()),
H A Dlayer_animator_unittest.cc329 last_progressed_fraction(),
445 last_progressed_fraction(),
723 last_progressed_fraction(),
881 last_progressed_fraction(),
1228 last_progressed_fraction(),

Completed in 1777 milliseconds