Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DVibratorWrapper.java69 private final int mThresholdUntilNextDragCallMillis; field in VibratorWrapper
114 mThresholdUntilNextDragCallMillis = in VibratorWrapper()
120 mThresholdUntilNextDragCallMillis = 0; in VibratorWrapper()
143 if (elapsedTimeSinceDrag >= mThresholdUntilNextDragCallMillis) { in vibrateForDragTexture()