package com.google.android.material.transformation; import android.content.Context; import android.util.AttributeSet; import com.google.android.material.circularreveal.CircularRevealFrameLayout; @Deprecated /* loaded from: classes2.dex */ public class TransformationChildLayout extends CircularRevealFrameLayout { public TransformationChildLayout(Context context) { this(context, null); } public TransformationChildLayout(Context context, AttributeSet attributeSet) { super(context, attributeSet); } }