Searched refs:animation_progress (Results 1 – 4 of 4) sorted by relevance
49 int GetOpacity(double animation_progress) { in GetOpacity() argument50 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() argument241 GetOpacity(animation_progress)); in PaintDownloadComplete()251 double animation_progress, in PaintDownloadInterrupted() argument272 GetOpacity(1.0 - animation_progress)); in PaintDownloadInterrupted()
126 double animation_progress,135 double animation_progress,
185 double animation_progress,194 double animation_progress,
467 double animation_progress, in PaintDownloadComplete() argument487 double opacity = sin(animation_progress * PI * kCompleteAnimationCycles + in PaintDownloadComplete()502 double animation_progress, in PaintDownloadInterrupted() argument523 (1.0 - animation_progress) * PI * kCompleteAnimationCycles + PI/2) / 2 + in PaintDownloadInterrupted()