Searched refs:STATE_PULL_DECAY (Results 1 – 2 of 2) sorted by relevance
201 private static final int STATE_PULL_DECAY = 4; field in EdgeEffect349 if (mState == STATE_PULL_DECAY && now - mStartTime < mDuration in onPull()436 if (mState != STATE_PULL && mState != STATE_PULL_DECAY && edgeEffectBehavior == TYPE_GLOW) { in onPullDistance()468 if (mState != STATE_PULL && mState != STATE_PULL_DECAY) { in onRelease()728 mState = STATE_PULL_DECAY; in update()739 case STATE_PULL_DECAY: in update()
66123 Landroid/widget/EdgeEffect;->STATE_PULL_DECAY:I