Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
23
apk_decompiled/sources/O/C0079u.java
Normal file
23
apk_decompiled/sources/O/C0079u.java
Normal file
@@ -0,0 +1,23 @@
|
||||
package O;
|
||||
|
||||
import android.view.View;
|
||||
import androidx.recyclerview.widget.I0;
|
||||
|
||||
/* renamed from: O.u, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0079u {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public int f1298a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public int f1299b;
|
||||
|
||||
public void a(I0 i02) {
|
||||
View view = i02.itemView;
|
||||
this.f1298a = view.getLeft();
|
||||
this.f1299b = view.getTop();
|
||||
view.getRight();
|
||||
view.getBottom();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user