79 lines
1.9 KiB
Java
79 lines
1.9 KiB
Java
package com.ubt.jimu.widgets.player.widget;
|
|
|
|
import android.view.View;
|
|
import java.lang.ref.WeakReference;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class MeasureHelper {
|
|
private int a;
|
|
private int b;
|
|
private int c;
|
|
private int d;
|
|
private int e;
|
|
private int f;
|
|
private int g;
|
|
private int h = 0;
|
|
|
|
public MeasureHelper(View view) {
|
|
new WeakReference(view);
|
|
}
|
|
|
|
/* JADX WARN: Code restructure failed: missing block: B:32:0x00ab, code lost:
|
|
|
|
if (r4 != false) goto L52;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:33:0x00b0, code lost:
|
|
|
|
r12 = (int) (r0 / r1);
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:34:0x00b4, code lost:
|
|
|
|
r11 = (int) (r3 * r1);
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:35:0x00ae, code lost:
|
|
|
|
if (r4 != false) goto L51;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:64:0x00f4, code lost:
|
|
|
|
if (r1 > r11) goto L83;
|
|
*/
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct code enable 'Show inconsistent code' option in preferences
|
|
*/
|
|
public void a(int r11, int r12) {
|
|
/*
|
|
Method dump skipped, instructions count: 288
|
|
To view this dump change 'Code comments level' option to 'DEBUG'
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.ubt.jimu.widgets.player.widget.MeasureHelper.a(int, int):void");
|
|
}
|
|
|
|
public void b(int i, int i2) {
|
|
this.c = i;
|
|
this.d = i2;
|
|
}
|
|
|
|
public void c(int i, int i2) {
|
|
this.a = i;
|
|
this.b = i2;
|
|
}
|
|
|
|
public void b(int i) {
|
|
this.e = i;
|
|
}
|
|
|
|
public int b() {
|
|
return this.f;
|
|
}
|
|
|
|
public int a() {
|
|
return this.g;
|
|
}
|
|
|
|
public void a(int i) {
|
|
this.h = i;
|
|
}
|
|
}
|