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

  /external/chromium_org/ui/compositor/
layer_animation_sequence_unittest.cc 119 float target_opacity = 1.0f; local
125 LayerAnimationElement::CreateOpacityElement(target_opacity, delta));
162 EXPECT_FLOAT_EQ(target_opacity, delegate.GetOpacityForAnimation());
247 float target_opacity = 1.0f; local
250 LayerAnimationElement::CreateOpacityElement(target_opacity, delta));
255 EXPECT_FLOAT_EQ(target_opacity, target_value.opacity);
layer_animator_unittest.cc 196 double target_opacity(0.5);
198 animator->SetOpacity(target_opacity);
216 double target_opacity(0.5);
218 animator->SetOpacity(target_opacity);
239 double target_opacity(0.5);
241 animator->SetOpacity(target_opacity);
299 double target_opacity(1.0);
307 LayerAnimationElement::CreateOpacityElement(target_opacity, delta)));
335 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), target_opacity);
401 double target_opacity(1.0)
2358 float target_opacity = 1.0f; local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_widget.cc 504 float target_opacity = local
513 opaque_background->SetOpacity(target_opacity);
  /external/chromium_org/ash/wm/
session_state_animator.cc 107 // Fades |window| to |target_opacity| over |duration|.
109 float target_opacity,
117 target_opacity, duration));

Completed in 703 milliseconds