You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.0 KiB
32 lines
1.0 KiB
package androidx.appcompat.widget;
|
|
|
|
import android.content.Context;
|
|
import android.graphics.Rect;
|
|
import android.util.AttributeSet;
|
|
import android.widget.LinearLayout;
|
|
import androidx.appcompat.widget.InterfaceC0171b;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class FitWindowsLinearLayout extends LinearLayout implements InterfaceC0171b {
|
|
|
|
/* renamed from: d */
|
|
public InterfaceC0171b.InterfaceC0172a f499d;
|
|
|
|
public FitWindowsLinearLayout(Context context, AttributeSet attributeSet) {
|
|
super(context, attributeSet);
|
|
}
|
|
|
|
@Override // android.view.View
|
|
public boolean fitSystemWindows(Rect rect) {
|
|
InterfaceC0171b.InterfaceC0172a interfaceC0172a = this.f499d;
|
|
if (interfaceC0172a != null) {
|
|
interfaceC0172a.mo3412a(rect);
|
|
}
|
|
return super.fitSystemWindows(rect);
|
|
}
|
|
|
|
@Override // androidx.appcompat.widget.InterfaceC0171b
|
|
public void setOnFitSystemWindowsListener(InterfaceC0171b.InterfaceC0172a interfaceC0172a) {
|
|
this.f499d = interfaceC0172a;
|
|
}
|
|
} |