gw.java
1.14 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
44
45
46
47
48
49
50
51
52
53
54
55
56
public final class gw
{
public int a = 0;
public int b = 0;
public int c = Integer.MIN_VALUE;
public int d = Integer.MIN_VALUE;
public int e = 0;
public int f = 0;
public boolean g = false;
public boolean h = false;
public final void a(int paramInt1, int paramInt2)
{
this.c = paramInt1;
this.d = paramInt2;
this.h = true;
if (this.g)
{
if (paramInt2 != Integer.MIN_VALUE) {
this.a = paramInt2;
}
if (paramInt1 != Integer.MIN_VALUE) {
this.b = paramInt1;
}
}
do
{
return;
if (paramInt1 != Integer.MIN_VALUE) {
this.a = paramInt1;
}
} while (paramInt2 == Integer.MIN_VALUE);
this.b = paramInt2;
}
public final void b(int paramInt1, int paramInt2)
{
this.h = false;
if (paramInt1 != Integer.MIN_VALUE)
{
this.e = paramInt1;
this.a = paramInt1;
}
if (paramInt2 != Integer.MIN_VALUE)
{
this.f = paramInt2;
this.b = paramInt2;
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/gw.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/