package androidx.appcompat.widget;

import android.content.Context;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.widget.FrameLayout;
import m.Q;

/* JADX INFO: loaded from: classes.dex */
public class ContentFrameLayout extends FrameLayout {

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public TypedValue f3750k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public TypedValue f3751l;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public TypedValue f3752m;

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public TypedValue f3753n;

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public TypedValue f3754o;
    public TypedValue p;
    public final Rect q;

    public ContentFrameLayout(Context context, AttributeSet attributeSet) {
        super(context, attributeSet, 0);
        this.q = new Rect();
    }

    public TypedValue getFixedHeightMajor() {
        if (this.f3754o == null) {
            this.f3754o = new TypedValue();
        }
        return this.f3754o;
    }

    public TypedValue getFixedHeightMinor() {
        if (this.p == null) {
            this.p = new TypedValue();
        }
        return this.p;
    }

    public TypedValue getFixedWidthMajor() {
        if (this.f3752m == null) {
            this.f3752m = new TypedValue();
        }
        return this.f3752m;
    }

    public TypedValue getFixedWidthMinor() {
        if (this.f3753n == null) {
            this.f3753n = new TypedValue();
        }
        return this.f3753n;
    }

    public TypedValue getMinWidthMajor() {
        if (this.f3750k == null) {
            this.f3750k = new TypedValue();
        }
        return this.f3750k;
    }

    public TypedValue getMinWidthMinor() {
        if (this.f3751l == null) {
            this.f3751l = new TypedValue();
        }
        return this.f3751l;
    }

    @Override // android.view.ViewGroup, android.view.View
    public final void onAttachedToWindow() {
        super.onAttachedToWindow();
    }

    @Override // android.view.ViewGroup, android.view.View
    public final void onDetachedFromWindow() {
        super.onDetachedFromWindow();
    }

    /* JADX WARN: Removed duplicated region for block: B:21:0x004e  */
    /* JADX WARN: Removed duplicated region for block: B:22:0x0062  */
    /* JADX WARN: Removed duplicated region for block: B:37:0x008a  */
    /* JADX WARN: Removed duplicated region for block: B:38:0x009d  */
    /* JADX WARN: Removed duplicated region for block: B:55:0x00d1  */
    /* JADX WARN: Removed duplicated region for block: B:57:0x00d9  */
    /* JADX WARN: Removed duplicated region for block: B:58:0x00de  */
    @Override // android.widget.FrameLayout, android.view.View
    /*
        Code decompiled incorrectly, please refer to instructions dump.
        To view partially-correct code enable 'Show inconsistent code' option in preferences
    */
    public final void onMeasure(int r17, int r18) {
        /*
            Method dump skipped, instruction units count: 229
            To view this dump change 'Code comments level' option to 'DEBUG'
        */
        throw new UnsupportedOperationException("Method not decompiled: androidx.appcompat.widget.ContentFrameLayout.onMeasure(int, int):void");
    }

    public void setAttachListener(Q q) {
    }
}
