Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c32df83 authored by Russell Myers's avatar Russell Myers Committed by Android (Google) Code Review
Browse files

Merge "Supplement WindowInfosListener documentation" into main

parents 0700d1e4 a1ab35c4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -27,6 +27,11 @@ import libcore.util.NativeAllocationRegistry;

/**
 * Listener for getting {@link InputWindowHandle} updates from SurfaceFlinger.
 *
 * <p>Results provided via {@link #register()} and {@link #onWindowInfosChanged} will be a
 * subset of the system's available windows, but will minimally include those window handles
 * that are known to be on screen. This can return an empty collection of window handles if the
 * display is off.
 * @hide
 */
public abstract class WindowInfosListener {