Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/android/
Dedge_effect.cc18 STATE_PULL_DECAY enumerator
183 if (state_ == STATE_PULL_DECAY && current_time - start_time_ < duration_) { in Pull()
226 if (state_ != STATE_PULL && state_ != STATE_PULL_DECAY) in Release()
312 state_ = STATE_PULL_DECAY; in Update()
327 case STATE_PULL_DECAY: { in Update()
Dedge_effect.h60 STATE_PULL_DECAY enumerator