Home
last modified time | relevance | path

Searched refs:animation_progress (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_shelf.cc49 int GetOpacity(double animation_progress) { in GetOpacity() argument
50 DCHECK(animation_progress >= 0 && animation_progress <= 1); in GetOpacity()
55 double temp = animation_progress * kCompleteAnimationCycles * M_PI + M_PI_2; in GetOpacity()
220 double animation_progress, in PaintDownloadComplete() argument
241 GetOpacity(animation_progress)); in PaintDownloadComplete()
251 double animation_progress, in PaintDownloadInterrupted() argument
272 GetOpacity(1.0 - animation_progress)); in PaintDownloadInterrupted()
Ddownload_shelf.h126 double animation_progress,
135 double animation_progress,
/external/chromium/chrome/browser/download/
Ddownload_util.h185 double animation_progress,
194 double animation_progress,
Ddownload_util.cc467 double animation_progress, in PaintDownloadComplete() argument
487 double opacity = sin(animation_progress * PI * kCompleteAnimationCycles + in PaintDownloadComplete()
502 double animation_progress, in PaintDownloadInterrupted() argument
523 (1.0 - animation_progress) * PI * kCompleteAnimationCycles + PI/2) / 2 + in PaintDownloadInterrupted()