package U; import android.graphics.drawable.Drawable; import android.widget.CompoundButton; /* loaded from: classes.dex */ public abstract class c { public static Drawable a(CompoundButton compoundButton) { return compoundButton.getButtonDrawable(); } }