Home
last modified time | relevance | path

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

/external/chromium_org/cc/input/
Dtop_controls_manager.cc88 AnimationDirection animation_direction = SHOWING_CONTROLS; in UpdateTopControlsState()
192 if (direction == SHOWING_CONTROLS && client_->ControlsTopOffset() == 0) in SetupAnimation()
210 (direction == SHOWING_CONTROLS ? 1 : -1) * top_controls_height_; in SetupAnimation()
226 show_controls = SHOWING_CONTROLS; in StartAnimationIfNecessary()
235 SHOWING_CONTROLS : HIDING_CONTROLS; in StartAnimationIfNecessary()
250 if ((animation_direction_ == SHOWING_CONTROLS && new_offset >= 0) || in IsAnimationCompleteAtTime()
Dtop_controls_manager.h31 SHOWING_CONTROLS, enumerator