home *** CD-ROM | disk | FTP | other *** search
- import javax.microedition.lcdui.Graphics;
- import javax.microedition.lcdui.Image;
-
- // $FF: renamed from: e
- public class class_0 {
- // $FF: renamed from: b f
- private f field_0;
- // $FF: renamed from: f javax.microedition.lcdui.Image
- private Image field_1;
- // $FF: renamed from: c int
- private int field_2;
- // $FF: renamed from: d l
- private l field_3;
- // $FF: renamed from: e l
- private l field_4;
- // $FF: renamed from: a boolean
- public boolean field_5;
-
- public class_0(f var1, Image var2, int var3, int var4) {
- this.field_0 = var1;
- this.field_1 = var2;
- this.field_3 = new l(var1);
- this.field_4 = new l(var1);
- this.field_3.b(var3 - 4, var4);
- this.field_3.p = -1024;
- this.field_4.b(this.field_3.o + 8, this.field_3.n + 4);
- this.field_4.p = -1024;
- this.field_2 = 0;
- }
-
- // $FF: renamed from: a () void
- public void method_0() {
- if (this.field_2 == 1) {
- this.field_5 = true;
- } else {
- this.field_3.a();
- this.field_4.a();
- if (this.field_3.n <= 0) {
- this.field_5 = true;
- } else {
- p var1 = this.field_0.b(this.field_3.o, this.field_3.n, this.field_4.o, this.field_4.n);
- if (var1 != null) {
- this.field_0.a(var1, true);
- this.field_5 = true;
- } else {
- j var2 = this.field_0.a(this.field_3.i, this.field_3.h, this.field_4.i, this.field_4.h);
- if (var2 != null) {
- this.field_2 = 1;
- int var3 = var2.c + 1;
- this.field_3.b(this.field_3.o, var3);
- this.field_4.b(this.field_4.o, var3 + 4);
- }
-
- }
- }
- }
- }
-
- // $FF: renamed from: a (javax.microedition.lcdui.Graphics) void
- public void method_1(Graphics var1) {
- var1.setClip(this.field_3.o, this.field_3.n, 9, 5);
- var1.drawImage(this.field_1, this.field_3.o, this.field_3.n, 20);
- }
- }
-