OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animation_speed_ms_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.h
98
int
animation_speed_ms_
;
member in class:chrome::UserSwichAnimatorChromeOS
user_switch_animator_chromeos.cc
55
animation_speed_ms_
(animation_speed_ms),
60
if (!
animation_speed_ms_
) {
65
base::TimeDelta::FromMilliseconds(
animation_speed_ms_
),
136
NO_USER_COVERS_SCREEN == screen_cover_ ? (2 *
animation_speed_ms_
) : 0;
163
int duration_override =
animation_speed_ms_
;
182
if (!
animation_speed_ms_
|| animation_step == ANIMATION_STEP_FINALIZE)
283
0 : (2 *
animation_speed_ms_
);
Completed in 40 milliseconds