blob: 8a28c399b720d5e745533698e457559c990f4ab1 [file] [log] [blame]
// Signature format: 4.0
package androidx.window.java.layout {
public final class WindowInfoRepositoryCallbackAdapter implements androidx.window.layout.WindowInfoRepository {
ctor public WindowInfoRepositoryCallbackAdapter(androidx.window.layout.WindowInfoRepository repository);
method public void addWindowLayoutInfoListener(java.util.concurrent.Executor executor, androidx.core.util.Consumer<androidx.window.layout.WindowLayoutInfo> consumer);
method public void removeWindowLayoutInfoListener(androidx.core.util.Consumer<androidx.window.layout.WindowLayoutInfo> consumer);
}
}