Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
28
apk_decompiled/sources/A/k.java
Normal file
28
apk_decompiled/sources/A/k.java
Normal file
@@ -0,0 +1,28 @@
|
||||
package A;
|
||||
|
||||
import android.graphics.Matrix;
|
||||
import android.view.View;
|
||||
import androidx.coordinatorlayout.widget.CoordinatorLayout;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class k {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final ThreadLocal f31a = new ThreadLocal();
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final ThreadLocal f32b = new ThreadLocal();
|
||||
|
||||
public static void a(CoordinatorLayout coordinatorLayout, View view, Matrix matrix) {
|
||||
Object parent = view.getParent();
|
||||
if ((parent instanceof View) && parent != coordinatorLayout) {
|
||||
a(coordinatorLayout, (View) parent, matrix);
|
||||
matrix.preTranslate(-r0.getScrollX(), -r0.getScrollY());
|
||||
}
|
||||
matrix.preTranslate(view.getLeft(), view.getTop());
|
||||
if (view.getMatrix().isIdentity()) {
|
||||
return;
|
||||
}
|
||||
matrix.preConcat(view.getMatrix());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user