15 lines
322 B
Java
15 lines
322 B
Java
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);
|
|
}
|
|
}
|