HomeSort by relevance Sort by last modified time
    Searched refs:target_opacity (Results 1 - 5 of 5) 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));
163 EXPECT_FLOAT_EQ(target_opacity, delegate.GetOpacityForAnimation());
249 float target_opacity = 1.0f; local
252 LayerAnimationElement::CreateOpacityElement(target_opacity, delta));
257 EXPECT_FLOAT_EQ(target_opacity, target_value.opacity);
layer_animator_unittest.cc 199 double target_opacity(0.5);
201 animator->SetOpacity(target_opacity);
219 double target_opacity(0.5);
221 animator->SetOpacity(target_opacity);
242 double target_opacity(0.5);
244 animator->SetOpacity(target_opacity);
302 double target_opacity(1.0);
310 LayerAnimationElement::CreateOpacityElement(target_opacity, delta)));
338 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), target_opacity);
404 double target_opacity(1.0)
2423 float target_opacity = 1.0f; local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_widget.cc 558 float target_opacity = local
567 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));
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 79 float target_opacity = local
88 opaque_background_.SetOpacity(target_opacity);
    [all...]

Completed in 680 milliseconds