HomeSort by relevance Sort by last modified time
    Searched refs: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_; }
83 AnimationDirection animation_direction_; member in class:cc::TopControlsManager
top_controls_manager.cc 43 animation_direction_(NO_ANIMATION),
179 animation_direction_ = NO_ANIMATION;
193 if (top_controls_animation_ && animation_direction_ == direction)
208 animation_direction_ = direction;
243 if ((animation_direction_ == SHOWING_CONTROLS && new_offset >= 0) ||
244 (animation_direction_ == HIDING_CONTROLS

Completed in 97 milliseconds