OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animation_direction_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/input/
top_controls_manager.h
49
AnimationDirection animation_direction() { return
animation_direction_
; }
78
AnimationDirection
animation_direction_
;
member in class:cc::TopControlsManager
top_controls_manager.cc
42
animation_direction_
(NO_ANIMATION),
158
animation_direction_
= NO_ANIMATION;
172
if (top_controls_animation_ &&
animation_direction_
== direction)
187
animation_direction_
= direction;
222
if ((
animation_direction_
== SHOWING_CONTROLS && new_offset >= 0) ||
223
(
animation_direction_
== HIDING_CONTROLS
Completed in 66 milliseconds