Home
last modified time | relevance | path

Searched refs:AnimationDirection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/input/
Dtop_controls_manager.h29 enum AnimationDirection { enum
49 AnimationDirection animation_direction() { return animation_direction_; } in animation_direction()
76 void SetupAnimation(AnimationDirection direction);
84 AnimationDirection animation_direction_;
Dtop_controls_manager.cc88 AnimationDirection animation_direction = SHOWING_CONTROLS; in UpdateTopControlsState()
189 void TopControlsManager::SetupAnimation(AnimationDirection direction) { in SetupAnimation()
222 AnimationDirection show_controls = NO_ANIMATION; in StartAnimationIfNecessary()