Searched refs:GetGrayscaleForAnimation (Results 1 - 8 of 8) sorted by last modified time

/external/chromium_org/ui/compositor/
H A Dlayer.cc901 float Layer::GetGrayscaleForAnimation() const { function in class:ui::Layer
H A Dlayer.h391 virtual float GetGrayscaleForAnimation() const OVERRIDE;
H A Dlayer_animation_delegate.h35 virtual float GetGrayscaleForAnimation() const = 0;
H A Dlayer_animation_element.cc267 start_ = delegate->GetGrayscaleForAnimation();
619 grayscale(delegate ? delegate->GetGrayscaleForAnimation() : 0.0f),
H A Dlayer_animation_element_unittest.cc297 EXPECT_FLOAT_EQ(start, delegate.GetGrayscaleForAnimation());
299 EXPECT_FLOAT_EQ(middle, delegate.GetGrayscaleForAnimation());
306 EXPECT_FLOAT_EQ(target, delegate.GetGrayscaleForAnimation());
351 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(),
352 copy.GetGrayscaleForAnimation());
H A Dlayer_animator_unittest.cc583 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
591 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), middle_grayscale);
597 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), target_grayscale);
603 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
609 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
615 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
655 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
663 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), target_grayscale);
669 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
1146 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), middle_grayscal
[all...]
/external/chromium_org/ui/compositor/test/
H A Dtest_layer_animation_delegate.cc82 float TestLayerAnimationDelegate::GetGrayscaleForAnimation() const { function in class:ui::TestLayerAnimationDelegate
H A Dtest_layer_animation_delegate.h36 virtual float GetGrayscaleForAnimation() const OVERRIDE;

Completed in 6364 milliseconds