package com.google.android.material.transformation;

import android.content.Context;
import android.util.AttributeSet;
import com.google.android.material.circularreveal.CircularRevealFrameLayout;
import defpackage.rq6;
import defpackage.vo6;

/* JADX INFO: loaded from: classes2.dex */
@Deprecated
public class TransformationChildLayout extends CircularRevealFrameLayout {
    public TransformationChildLayout(@vo6 Context context) {
        this(context, null);
    }

    public TransformationChildLayout(@vo6 Context context, @rq6 AttributeSet attributeSet) {
        super(context, attributeSet);
    }
}
