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.h 90 float start_opacity,
101 float start_opacity,
107 float start_opacity,
animation_test_common.cc 28 float start_opacity,
38 curve->AddKeyframe(FloatKeyframe::Create(0.0, start_opacity, func.Pass()));
178 float start_opacity,
183 start_opacity,
200 float start_opacity,
205 start_opacity,
212 float start_opacity,
217 start_opacity,
  /external/chromium_org/ui/compositor/
layer_animation_sequence_unittest.cc 118 float start_opacity = 0.0f; local
146 delegate.SetOpacityFromAnimation(start_opacity);
246 float start_opacity = 0.0f; local
253 target_value.opacity = start_opacity;
258 target_value.opacity = start_opacity;
260 EXPECT_FLOAT_EQ(start_opacity, target_value.opacity);
layer_animator_unittest.cc 298 double start_opacity(0.0);
303 delegate.SetOpacityFromAnimation(start_opacity);
310 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), start_opacity);
400 double start_opacity(0.0);
410 delegate.SetOpacityFromAnimation(start_opacity);
425 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), start_opacity);
692 double start_opacity(0.0);
697 delegate.SetOpacityFromAnimation(start_opacity);
704 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), start_opacity);
738 double start_opacity(0.0)
2357 float start_opacity = 0.0f; local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 326 float start_opacity = curve->GetValue(0.0); variable
329 0.25f * end_opacity + 0.75f * start_opacity;

Completed in 150 milliseconds