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

  /external/chromium_org/cc/test/
animation_test_common.cc 28 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,
animation_test_common.h 124 float start_opacity,
140 float start_opacity,
146 float start_opacity,
  /external/chromium_org/ui/compositor/
layer_animation_sequence_unittest.cc 119 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);
layer_animator_unittest.cc 331 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.0)
2454 float start_opacity = 0.0f; local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 518 float start_opacity = curve->GetValue(0.0); variable
521 0.25f * end_opacity + 0.75f * start_opacity;
    [all...]

Completed in 216 milliseconds