mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
15 lines
1.3 KiB
Java
15 lines
1.3 KiB
Java
package androidx.window.layout;
|
|
|
|
import android.app.Activity;
|
|
import androidx.core.util.Consumer;
|
|
import java.util.concurrent.Executor;
|
|
import kotlin.Metadata;
|
|
|
|
/* compiled from: WindowBackend.kt */
|
|
@Metadata(d1 = {"\u0000(\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\b`\u0018\u00002\u00020\u0001J&\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00052\u0006\u0010\u0006\u001a\u00020\u00072\f\u0010\b\u001a\b\u0012\u0004\u0012\u00020\n0\tH&J\u0016\u0010\u000b\u001a\u00020\u00032\f\u0010\b\u001a\b\u0012\u0004\u0012\u00020\n0\tH&¨\u0006\f"}, d2 = {"Landroidx/window/layout/WindowBackend;", "", "registerLayoutChangeCallback", "", "activity", "Landroid/app/Activity;", "executor", "Ljava/util/concurrent/Executor;", "callback", "Landroidx/core/util/Consumer;", "Landroidx/window/layout/WindowLayoutInfo;", "unregisterLayoutChangeCallback", "window_release"}, k = 1, mv = {1, 6, 0}, xi = 48)
|
|
/* loaded from: classes2.dex */
|
|
public interface WindowBackend {
|
|
void registerLayoutChangeCallback(Activity activity, Executor executor, Consumer<WindowLayoutInfo> callback);
|
|
|
|
void unregisterLayoutChangeCallback(Consumer<WindowLayoutInfo> callback);
|
|
}
|