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

  /external/chromium_org/ui/gfx/animation/
tween.cc 80 float target_alpha,
86 progress, start / 255.f * start_alpha, target / 255.f * target_alpha);
  /external/chromium_org/content/browser/renderer_host/input/
touch_handle.cc 237 const float target_alpha = is_visible_ ? 1.f : 0.f; local
238 if (target_alpha == alpha_) {
246 kFadeDurationMs * std::abs(target_alpha - alpha_));

Completed in 440 milliseconds