Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DLauncherEdgeEffect.java76 private static final int STATE_PULL_DECAY = 4; field in LauncherEdgeEffect
174 if (mState == STATE_PULL_DECAY && now - mStartTime < mDuration) { in onPull()
213 if (mState != STATE_PULL && mState != STATE_PULL_DECAY) { in onRelease()
345 mState = STATE_PULL_DECAY; in update()
356 case STATE_PULL_DECAY: in update()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DEdgeEffect.java114 private static final int STATE_PULL_DECAY = 4; field in EdgeEffect
186 if (mState == STATE_PULL_DECAY && now - mStartTime < mDuration) { in onPull()
235 if (mState != STATE_PULL && mState != STATE_PULL_DECAY) { in onRelease()
378 mState = STATE_PULL_DECAY; in update()
393 case STATE_PULL_DECAY: in update()