HomeSort by relevance Sort by last modified time
    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_; }
84 AnimationDirection animation_direction_; member in class:cc::TopControlsManager
top_controls_manager.cc 43 animation_direction_(NO_ANIMATION),
186 animation_direction_ = NO_ANIMATION;
200 if (top_controls_animation_ && animation_direction_ == direction)
215 animation_direction_ = direction;
250 if ((animation_direction_ == SHOWING_CONTROLS && new_offset >= 0) ||
251 (animation_direction_ == HIDING_CONTROLS

Completed in 643 milliseconds