Searched refs:maxLengthSeconds (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | FlingAnimationUtils.java | 59 public FlingAnimationUtils(Context ctx, float maxLengthSeconds) { in FlingAnimationUtils() argument 60 this(ctx, maxLengthSeconds, 0.0f); in FlingAnimationUtils() 69 public FlingAnimationUtils(Context ctx, float maxLengthSeconds, float speedUpFactor) { in FlingAnimationUtils() argument 70 this(ctx, maxLengthSeconds, speedUpFactor, -1.0f, 1.0f); in FlingAnimationUtils() 82 public FlingAnimationUtils(Context ctx, float maxLengthSeconds, float speedUpFactor, float x2, in FlingAnimationUtils() argument 84 mMaxLengthSeconds = maxLengthSeconds; in FlingAnimationUtils() 168 float maxLengthSeconds = (float) (mMaxLengthSeconds in getProperties() local 178 if (durationSeconds <= maxLengthSeconds) { in getProperties() 183 durationSeconds = maxLengthSeconds; in getProperties() 192 durationSeconds = maxLengthSeconds; in getProperties() [all …]
|