Searched defs:start_opacity (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animation_sequence_unittest.cc119 float start_opacity = 0.0f; local
144 delegate.SetOpacityFromAnimation(start_opacity);
244 float start_opacity = 0.0f; local
251 target_value.opacity = start_opacity;
256 target_value.opacity = start_opacity;
258 EXPECT_FLOAT_EQ(start_opacity, target_value.opacity);
H A Dlayer_animator_unittest.cc331 double start_opacity(0.0);
336 delegate.SetOpacityFromAnimation(start_opacity);
343 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), start_opacity);
432 double start_opacity(0.0);
442 delegate.SetOpacityFromAnimation(start_opacity);
457 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), start_opacity);
720 double start_opacity(0.0);
725 delegate.SetOpacityFromAnimation(start_opacity);
732 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), start_opacity);
766 double start_opacity(0.
2454 float start_opacity = 0.0f; local
[all...]
/external/chromium_org/cc/test/
H A Danimation_test_common.cc28 float start_opacity,
38 curve->AddKeyframe(FloatKeyframe::Create(0.0, start_opacity, func.Pass()));
252 float start_opacity,
257 start_opacity,
282 float start_opacity,
287 start_opacity,
294 float start_opacity,
299 start_opacity,
26 AddOpacityTransition(Target* target, double duration, float start_opacity, float end_opacity, bool use_timing_function) argument
250 AddOpacityTransitionToController(LayerAnimationController* controller, double duration, float start_opacity, float end_opacity, bool use_timing_function) argument
280 AddOpacityTransitionToLayer(Layer* layer, double duration, float start_opacity, float end_opacity, bool use_timing_function) argument
292 AddOpacityTransitionToLayer(LayerImpl* layer, double duration, float start_opacity, float end_opacity, bool use_timing_function) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_animation.cc518 float start_opacity = curve->GetValue(0.0); variable
521 0.25f * end_opacity + 0.75f * start_opacity;

Completed in 221 milliseconds