fr$b.java
1.41 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
final class fr$b
{
private static b h;
private static final Object i = new Object();
public int a;
public int b;
public int c;
public int d;
public int e;
public int f;
public Object g;
private b j;
static b a(int paramInt1, int paramInt2, int paramInt3)
{
return a(paramInt1, paramInt2, paramInt3, 0, 0, 0, null);
}
static b a(int paramInt1, int paramInt2, int paramInt3, int paramInt4, int paramInt5, int paramInt6, Object paramObject)
{
synchronized (i)
{
if (h == null)
{
localb = new b();
localb.a = paramInt1;
localb.b = paramInt2;
localb.c = paramInt3;
localb.d = paramInt4;
localb.e = paramInt5;
localb.f = paramInt6;
localb.g = paramObject;
return localb;
}
b localb = h;
h = h.j;
localb.j = null;
}
}
static b a(int paramInt1, int paramInt2, Object paramObject)
{
return a(paramInt1, paramInt2, 0, 0, 0, 0, paramObject);
}
final void a()
{
this.j = null;
this.f = 0;
this.e = 0;
this.d = 0;
this.c = 0;
this.b = 0;
this.a = 0;
this.g = null;
synchronized (i)
{
if (h != null) {
this.j = h;
}
h = this;
return;
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/fr$b.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/