mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
15 lines
371 B
Java
15 lines
371 B
Java
|
package androidx.appcompat.widget;
|
||
|
|
||
|
import android.graphics.Rect;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface FitWindowsViewGroup {
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface OnFitSystemWindowsListener {
|
||
|
void onFitSystemWindows(Rect rect);
|
||
|
}
|
||
|
|
||
|
void setOnFitSystemWindowsListener(OnFitSystemWindowsListener onFitSystemWindowsListener);
|
||
|
}
|