Searched refs:STATE_PULL_DECAY (Results 1 – 1 of 1) sorted by relevance
107 private static final int STATE_PULL_DECAY = 4; field in EdgeEffect214 if (mState == STATE_PULL_DECAY && now - mStartTime < mDuration) { in onPull()253 if (mState != STATE_PULL && mState != STATE_PULL_DECAY) { in onRelease()422 mState = STATE_PULL_DECAY; in update()433 case STATE_PULL_DECAY: in update()