30 lines
746 B
Java
30 lines
746 B
Java
|
package androidx.appcompat.widget;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.graphics.Rect;
|
||
|
import android.util.AttributeSet;
|
||
|
import android.widget.FrameLayout;
|
||
|
import o.QdM;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public class FitWindowsFrameLayout extends FrameLayout implements QdM {
|
||
|
private QdM.LWm a;
|
||
|
|
||
|
public FitWindowsFrameLayout(Context context) {
|
||
|
super(context);
|
||
|
}
|
||
|
|
||
|
public FitWindowsFrameLayout(Context context, AttributeSet attributeSet) {
|
||
|
super(context, attributeSet);
|
||
|
}
|
||
|
|
||
|
@Override // android.view.View
|
||
|
protected boolean fitSystemWindows(Rect rect) {
|
||
|
return super.fitSystemWindows(rect);
|
||
|
}
|
||
|
|
||
|
public void setOnFitSystemWindowsListener(QdM.LWm lWm) {
|
||
|
this.a = lWm;
|
||
|
}
|
||
|
}
|