HomeSort by relevance Sort by last modified time
    Searched refs:GetOpacityForAnimation (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 32 virtual float GetOpacityForAnimation() const = 0;
layer_animation_sequence_unittest.cc 106 EXPECT_FLOAT_EQ(target, delegate.GetOpacityForAnimation());
161 EXPECT_FLOAT_EQ(target_opacity, delegate.GetOpacityForAnimation());
174 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(),
175 copy.GetOpacityForAnimation());
layer_animator_unittest.cc 236 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_opacity)
    [all...]
layer_animation_element_unittest.cc 202 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());
layer.h 388 virtual float GetOpacityForAnimation() const OVERRIDE;
layer_animation_element.cc 163 start_ = delegate->GetOpacityForAnimation();
396 start_ = delegate->GetOpacityForAnimation();
616 opacity(delegate ? delegate->GetOpacityForAnimation() : 0.0f),
layer.cc 889 float Layer::GetOpacityForAnimation() const {
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 21 opacity_(other.GetOpacityForAnimation()),
70 float TestLayerAnimationDelegate::GetOpacityForAnimation() const {
test_layer_animation_delegate.h 33 virtual float GetOpacityForAnimation() const OVERRIDE;

Completed in 57 milliseconds