OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EASE_IN_OUT
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/gfx/animation/
tween.h
23
EASE_IN_OUT
, // Slow in and out, fast in the middle.
tween.cc
33
case
EASE_IN_OUT
:
/external/chromium_org/ash/wm/
session_state_animator.cc
170
settings.SetTweenType(gfx::Tween::
EASE_IN_OUT
);
209
settings.SetTweenType(gfx::Tween::
EASE_IN_OUT
);
611
window, 0.0, duration, gfx::Tween::
EASE_IN_OUT
, observer);
window_animations.cc
116
show ? gfx::Tween::EASE_IN : gfx::Tween::
EASE_IN_OUT
);
/external/chromium/chrome/browser/chromeos/panels/
panel_scroller.cc
30
animation_.SetTweenType(ui::Tween::
EASE_IN_OUT
);
/external/chromium_org/ui/views/corewm/
window_animations.cc
392
opacity->set_tween_type(gfx::Tween::
EASE_IN_OUT
);
Completed in 118 milliseconds