Searched refs:current_opacity (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc298 double current_opacity = animation_->GetCurrentOpacity(); local
301 StartFade(current_opacity, 0.0,
302 static_cast<int>(kHideFadeDurationMS * current_opacity));
319 double current_opacity = animation_->GetCurrentOpacity(); local
322 StartFade(current_opacity, 1.0,
323 static_cast<int>(kShowFadeDurationMS * current_opacity));

Completed in 2253 milliseconds