Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DVibratorWrapper.java68 private long mLastDragTime; field in VibratorWrapper
142 long elapsedTimeSinceDrag = currentTime - mLastDragTime; in vibrateForDragTexture()
145 mLastDragTime = currentTime; in vibrateForDragTexture()
157 mLastDragTime = 0; in vibrateForDragCommit()
178 mLastDragTime = 0; in cancelVibrate()