Home
last modified time | relevance | path

Searched refs:kCompleteAnimationCycles (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_shelf.cc54 static const int kCompleteAnimationCycles = 5; in GetOpacity() local
55 double temp = animation_progress * kCompleteAnimationCycles * M_PI + M_PI_2; in GetOpacity()
/external/chromium/chrome/browser/download/
Ddownload_util.cc92 static const int kCompleteAnimationCycles = 5; variable
487 double opacity = sin(animation_progress * PI * kCompleteAnimationCycles + in PaintDownloadComplete()
523 (1.0 - animation_progress) * PI * kCompleteAnimationCycles + PI/2) / 2 + in PaintDownloadInterrupted()