c.java
1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
import android.support.v4.view.animation.FastOutLinearInInterpolator;
import android.support.v4.view.animation.FastOutSlowInInterpolator;
import android.support.v4.view.animation.LinearOutSlowInInterpolator;
import android.view.animation.Animation;
import android.view.animation.Animation.AnimationListener;
import android.view.animation.DecelerateInterpolator;
import android.view.animation.Interpolator;
import android.view.animation.LinearInterpolator;
public final class c
{
public static final Interpolator a = new LinearInterpolator();
public static final Interpolator b = new FastOutSlowInInterpolator();
public static final Interpolator c = new FastOutLinearInInterpolator();
public static final Interpolator d = new LinearOutSlowInInterpolator();
public static final Interpolator e = new DecelerateInterpolator();
static float a(float paramFloat1, float paramFloat2, float paramFloat3)
{
return (paramFloat2 - paramFloat1) * paramFloat3 + paramFloat1;
}
public static int a(int paramInt1, int paramInt2, float paramFloat)
{
return Math.round((paramInt2 - paramInt1) * paramFloat) + paramInt1;
}
static class a
implements Animation.AnimationListener
{
public void onAnimationEnd(Animation paramAnimation) {}
public void onAnimationRepeat(Animation paramAnimation) {}
public void onAnimationStart(Animation paramAnimation) {}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/c.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/