fr$2$1.java
1.09 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
import android.support.v7.util.ThreadUtil.BackgroundCallback;
import android.support.v7.util.TileList.Tile;
import android.util.Log;
import java.util.concurrent.atomic.AtomicBoolean;
final class fr$2$1
implements Runnable
{
fr$2$1(fr.2 param2) {}
public final void run()
{
for (;;)
{
fr.b localb = this.a.a.a();
if (localb == null) {
break;
}
switch (localb.a)
{
default:
Log.e("ThreadUtil", "Unsupported message, what=" + localb.a);
break;
case 1:
this.a.a.a(1);
this.a.c.refresh(localb.b);
break;
case 2:
this.a.a.a(2);
this.a.a.a(3);
this.a.c.updateRange(localb.b, localb.c, localb.d, localb.e, localb.f);
break;
case 3:
this.a.c.loadTile(localb.b, localb.c);
break;
case 4:
this.a.c.recycleTile((TileList.Tile)localb.g);
}
}
this.a.b.set(false);
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/fr$2$1.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/