Searched refs:maxLengthSeconds (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
D | FlingAnimationUtils.java | 57 public FlingAnimationUtils(DisplayMetrics displayMetrics, float maxLengthSeconds) { in FlingAnimationUtils() argument 58 this(displayMetrics, maxLengthSeconds, 0.0f); in FlingAnimationUtils() 67 public FlingAnimationUtils(DisplayMetrics displayMetrics, float maxLengthSeconds, in FlingAnimationUtils() argument 69 this(displayMetrics, maxLengthSeconds, speedUpFactor, -1.0f, 1.0f); in FlingAnimationUtils() 81 public FlingAnimationUtils(DisplayMetrics displayMetrics, float maxLengthSeconds, in FlingAnimationUtils() argument 83 mMaxLengthSeconds = maxLengthSeconds; in FlingAnimationUtils() 165 float maxLengthSeconds = (float) (mMaxLengthSeconds in getProperties() local 175 if (durationSeconds <= maxLengthSeconds) { in getProperties() 180 durationSeconds = maxLengthSeconds; in getProperties() 189 durationSeconds = maxLengthSeconds; in getProperties() [all …]
|