Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java460 private final float mStartThreshold; field in VibrationAnimatorUpdateListener
469 mStartThreshold = startThreshold; in VibrationAnimatorUpdateListener()
480 if (currentProgress > mStartThreshold && currentProgress < mEndThreshold) { in onAnimationUpdate()