Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
14
apk_decompiled/sources/H/b.java
Normal file
14
apk_decompiled/sources/H/b.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package H;
|
||||
|
||||
import android.graphics.drawable.Drawable;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class b {
|
||||
public static int a(Drawable drawable) {
|
||||
return drawable.getLayoutDirection();
|
||||
}
|
||||
|
||||
public static boolean b(Drawable drawable, int i) {
|
||||
return drawable.setLayoutDirection(i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user