Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java55 public FlingAnimationUtils(Context ctx, float maxLengthSeconds) { in FlingAnimationUtils() argument
56 this(ctx, maxLengthSeconds, 0.0f); in FlingAnimationUtils()
65 public FlingAnimationUtils(Context ctx, float maxLengthSeconds, float speedUpFactor) { in FlingAnimationUtils() argument
66 this(ctx, maxLengthSeconds, speedUpFactor, -1.0f, 1.0f); in FlingAnimationUtils()
78 public FlingAnimationUtils(Context ctx, float maxLengthSeconds, float speedUpFactor, float x2, in FlingAnimationUtils() argument
80 mMaxLengthSeconds = maxLengthSeconds; in FlingAnimationUtils()
164 float maxLengthSeconds = (float) (mMaxLengthSeconds in getProperties() local
174 if (durationSeconds <= maxLengthSeconds) { in getProperties()
179 durationSeconds = maxLengthSeconds; in getProperties()
188 durationSeconds = maxLengthSeconds; in getProperties()
[all …]