Home
last modified time | relevance | path

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

/external/chromium_org/cc/input/
Dtop_controls_manager.cc43 animation_direction_(NO_ANIMATION), in TopControlsManager()
186 animation_direction_ = NO_ANIMATION; in ResetAnimations()
200 if (top_controls_animation_ && animation_direction_ == direction) in SetupAnimation()
215 animation_direction_ = direction; in SetupAnimation()
250 if ((animation_direction_ == SHOWING_CONTROLS && new_offset >= 0) || in IsAnimationCompleteAtTime()
251 (animation_direction_ == HIDING_CONTROLS in IsAnimationCompleteAtTime()
Dtop_controls_manager.h49 AnimationDirection animation_direction() { return animation_direction_; } in animation_direction()
84 AnimationDirection animation_direction_; variable