jimu-decompiled/sources/androidx/appcompat/widget/FitWindowsViewGroup.java
2025-05-13 19:24:51 +02:00

14 lines
319 B
Java

package androidx.appcompat.widget;
import android.graphics.Rect;
/* loaded from: classes.dex */
public interface FitWindowsViewGroup {
public interface OnFitSystemWindowsListener {
void a(Rect rect);
}
void setOnFitSystemWindowsListener(OnFitSystemWindowsListener onFitSystemWindowsListener);
}