OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCompleteAnimationCycles
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/download/
download_shelf.cc
54
static const int
kCompleteAnimationCycles
= 5;
55
double temp = animation_progress *
kCompleteAnimationCycles
* M_PI + M_PI_2;
/external/chromium/chrome/browser/download/
download_util.cc
92
static const int
kCompleteAnimationCycles
= 5;
487
double opacity = sin(animation_progress * PI *
kCompleteAnimationCycles
+
523
(1.0 - animation_progress) * PI *
kCompleteAnimationCycles
+ PI/2) / 2 +
[
all
...]
Completed in 50 milliseconds