x.java
1018 Bytes
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
import android.support.v4.view.ViewCompat;
import android.view.View;
public final class x
{
public int a;
public int b;
public int c;
private final View d;
private int e;
public x(View paramView)
{
this.d = paramView;
}
private void b()
{
ViewCompat.offsetTopAndBottom(this.d, this.b - (this.d.getTop() - this.a));
ViewCompat.offsetLeftAndRight(this.d, this.c - (this.d.getLeft() - this.e));
}
public final void a()
{
this.a = this.d.getTop();
this.e = this.d.getLeft();
b();
}
public final boolean a(int paramInt)
{
if (this.b != paramInt)
{
this.b = paramInt;
b();
return true;
}
return false;
}
public final boolean b(int paramInt)
{
if (this.c != paramInt)
{
this.c = paramInt;
b();
return true;
}
return false;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/x.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/