OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animation_step_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.h
45
return
animation_step_
== ANIMATION_STEP_ENDED;
53
// step from |
animation_step_
| and increments it thereafter. When
101
AnimationStep
animation_step_
;
member in class:chrome::UserSwichAnimatorChromeOS
user_switch_animator_chromeos.cc
56
animation_step_
(ANIMATION_STEP_HIDE_OLD_USER),
93
DCHECK_NE(
animation_step_
, ANIMATION_STEP_ENDED);
95
TransitionWallpaper(
animation_step_
);
96
TransitionUserShelf(
animation_step_
);
97
TransitionWindows(
animation_step_
);
100
switch (
animation_step_
) {
102
animation_step_
= ANIMATION_STEP_SHOW_NEW_USER;
105
animation_step_
= ANIMATION_STEP_FINALIZE;
109
animation_step_
= ANIMATION_STEP_ENDED;
118
animation_step_
= ANIMATION_STEP_ENDED
[
all
...]
Completed in 201 milliseconds