Searched refs:speedUpFactor (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | FlingAnimationUtils.java | 64 public FlingAnimationUtils(Context ctx, float maxLengthSeconds, float speedUpFactor) { in FlingAnimationUtils() argument 65 this(ctx, maxLengthSeconds, speedUpFactor, -1.0f, 1.0f); in FlingAnimationUtils() 77 public FlingAnimationUtils(Context ctx, float maxLengthSeconds, float speedUpFactor, float x2, in FlingAnimationUtils() argument 80 mSpeedUpFactor = speedUpFactor; in FlingAnimationUtils()
|