package defpackage;

import android.view.ViewGroup;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/* JADX INFO: loaded from: classes.dex */
public abstract class k7 {

    @m38
    @Retention(RetentionPolicy.SOURCE)
    public @interface a {
    }

    @m38
    @Retention(RetentionPolicy.SOURCE)
    public @interface c {
    }

    public interface d {
        void a();
    }

    @Deprecated
    public interface e {
    }

    @Deprecated
    public static abstract class f {
    }

    @Deprecated
    public interface g {
    }

    public static class b extends ViewGroup.MarginLayoutParams {
        public int a;

        public b(b bVar) {
            super((ViewGroup.MarginLayoutParams) bVar);
            this.a = 0;
            this.a = bVar.a;
        }

        public b(ViewGroup.LayoutParams layoutParams) {
            super(layoutParams);
            this.a = 0;
        }
    }
}
