SHOWING_CONTROLS 81 cc/input/top_controls_manager.cc AnimationDirection animation_direction = SHOWING_CONTROLS; SHOWING_CONTROLS 185 cc/input/top_controls_manager.cc if (direction == SHOWING_CONTROLS && controls_top_offset_ == 0) SHOWING_CONTROLS 203 cc/input/top_controls_manager.cc (direction == SHOWING_CONTROLS ? 1 : -1) * top_controls_height_; SHOWING_CONTROLS 219 cc/input/top_controls_manager.cc show_controls = SHOWING_CONTROLS; SHOWING_CONTROLS 228 cc/input/top_controls_manager.cc SHOWING_CONTROLS : HIDING_CONTROLS; SHOWING_CONTROLS 243 cc/input/top_controls_manager.cc if ((animation_direction_ == SHOWING_CONTROLS && new_offset >= 0) ||