Callbacks
Host-fragment-level callbacks invoked by mainCallback.
Inheritors
Functions
Returns whether the player UI (controls overlay) is currently visible.
Called when the auto-hide timer fires: UI is showing, no touch is active. Implement to hide the player controls.
Called during brightness swipe with the current extra-brightness alpha (0–1).
Called at the end of each touch sequence.
Called when a swipe gesture begins; hide the player UI if desired.
Called when the hold-for-speedup gesture starts (show=true) or ends (show=false).
Called with seek-preview text during a horizontal-swipe, or null to clear it.
Called on a short single-tap on empty player area (no swipe, no double-tap).
Called on a valid ACTION_DOWN; use for e.g. dismissing an episode overlay.
Called after PlayerView finishes its own player-attached setup (MediaSession, ExoPlayer view).