/external/chromium_org/ui/compositor/ |
layer_animation_sequence_unittest.cc | 92 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());
|
layer_animation_element_unittest.cc | 48 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());
|
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_sequence.cc | 74 elements_[current_index]->last_progressed_fraction(); 84 elements_[current_index]->last_progressed_fraction(); 136 elements_[current_index]->last_progressed_fraction();
|
layer_animation_element.h | 183 double last_progressed_fraction() const { return last_progressed_fraction_; } function in class:ui::LayerAnimationElement
|
layer_animation_element.cc | 457 Tween::CalculateValue(tween_type(), last_progressed_fraction()), 523 Tween::CalculateValue(tween_type(), last_progressed_fraction()),
|
layer_animator_unittest.cc | 329 last_progressed_fraction(), 445 last_progressed_fraction(), 723 last_progressed_fraction(), [all...] |