blob: c041785380850d3097505a08da6b05165a2cc4f6 [file] [log] [blame]
// Signature format: 4.0
package androidx.window.java {
public final class WindowInfoRepoJavaAdapter implements androidx.window.WindowInfoRepo {
ctor public WindowInfoRepoJavaAdapter(androidx.window.WindowInfoRepo repo);
method public void addWindowLayoutInfoListener(java.util.concurrent.Executor executor, androidx.core.util.Consumer<androidx.window.WindowLayoutInfo> consumer);
method public androidx.window.WindowMetrics currentWindowMetrics();
method public androidx.window.WindowMetrics maximumWindowMetrics();
method public void removeWindowLayoutInfoListener(androidx.core.util.Consumer<androidx.window.WindowLayoutInfo> consumer);
method public kotlinx.coroutines.flow.Flow<androidx.window.WindowLayoutInfo> windowLayoutInfo();
}
}