Searched refs:GetOpacityForAnimation (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/compositor/test/
H A Dtest_layer_animation_delegate.cc21 opacity_(other.GetOpacityForAnimation()),
70 float TestLayerAnimationDelegate::GetOpacityForAnimation() const { function in class:ui::TestLayerAnimationDelegate
H A Dtest_layer_animation_delegate.h33 virtual float GetOpacityForAnimation() const OVERRIDE;
/external/chromium_org/ui/compositor/
H A Dlayer_animation_delegate.h32 virtual float GetOpacityForAnimation() const = 0;
H A Dlayer_animation_sequence_unittest.cc106 EXPECT_FLOAT_EQ(target, delegate.GetOpacityForAnimation());
161 EXPECT_FLOAT_EQ(target_opacity, delegate.GetOpacityForAnimation());
174 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(),
175 copy.GetOpacityForAnimation());
H A Dlayer_animator_unittest.cc236 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), 0.5);
257 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), 0.5);
280 EXPECT_FLOAT_EQ(initial_opacity, delegate.GetOpacityForAnimation());
343 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), start_opacity);
368 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), target_opacity);
457 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), start_opacity);
484 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), target_opacity);
732 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), start_opacity);
756 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), target_opacity);
784 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), start_opacit
[all...]
H A Dlayer_animation_element_unittest.cc202 EXPECT_FLOAT_EQ(target, delegate.GetOpacityForAnimation());
347 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(),
348 copy.GetOpacityForAnimation());
375 EXPECT_FLOAT_EQ(start, delegate.GetOpacityForAnimation());
390 delegate.GetOpacityForAnimation());
H A Dlayer.h388 virtual float GetOpacityForAnimation() const OVERRIDE;
H A Dlayer_animation_element.cc163 start_ = delegate->GetOpacityForAnimation();
396 start_ = delegate->GetOpacityForAnimation();
616 opacity(delegate ? delegate->GetOpacityForAnimation() : 0.0f),
H A Dlayer.cc889 float Layer::GetOpacityForAnimation() const { function in class:ui::Layer

Completed in 116 milliseconds