23 lines
644 B
Java
23 lines
644 B
Java
package androidx.appcompat.widget;
|
|
|
|
import android.content.Context;
|
|
import android.graphics.Rect;
|
|
import android.util.AttributeSet;
|
|
import android.widget.LinearLayout;
|
|
import m.InterfaceC0477n0;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class FitWindowsLinearLayout extends LinearLayout {
|
|
public FitWindowsLinearLayout(Context context, AttributeSet attributeSet) {
|
|
super(context, attributeSet);
|
|
}
|
|
|
|
@Override // android.view.View
|
|
public final boolean fitSystemWindows(Rect rect) {
|
|
return super.fitSystemWindows(rect);
|
|
}
|
|
|
|
public void setOnFitSystemWindowsListener(InterfaceC0477n0 interfaceC0477n0) {
|
|
}
|
|
}
|