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 120 float target_opacity = 1.0f; local
126 LayerAnimationElement::CreateOpacityElement(target_opacity, delta));
161 EXPECT_FLOAT_EQ(target_opacity, delegate.GetOpacityForAnimation());
245 float target_opacity = 1.0f; local
248 LayerAnimationElement::CreateOpacityElement(target_opacity, delta));
253 EXPECT_FLOAT_EQ(target_opacity, target_value.opacity);
layer_animator_unittest.cc 230 double target_opacity(0.5);
232 animator->SetOpacity(target_opacity);
250 double target_opacity(0.5);
252 animator->SetOpacity(target_opacity);
273 double target_opacity(0.5);
275 animator->SetOpacity(target_opacity);
332 double target_opacity(1.0);
340 LayerAnimationElement::CreateOpacityElement(target_opacity, delta)));
368 EXPECT_FLOAT_EQ(delegate.GetOpacityForAnimation(), target_opacity);
433 double target_opacity(1.0)
2455 float target_opacity = 1.0f; local
2547 double target_opacity = 1.0; local
2567 double target_opacity = 1.0; local
2608 double target_opacity = 1.0; local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_widget.cc 665 float target_opacity = local
674 opaque_background->SetOpacity(target_opacity);
699 float target_opacity = hide ? 1.0f : 0.0f; local
708 opaque_foreground->SetOpacity(target_opacity);
  /external/chromium_org/ash/wm/
session_state_animator_impl.cc 115 // Fades |window| to |target_opacity| over |duration|.
117 float target_opacity,
125 target_opacity, duration));
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 171 float target_opacity = local
180 opaque_background_.SetOpacity(target_opacity);
    [all...]

Completed in 702 milliseconds