The dokka javadoc generation tool complains when parameter names don't match between a method and its override. This change updates occurrences where there is currently a mismatch. Notable renamings that might be controversial: - `onPlaybackStateChanged(int state)` to `onPlaybackStateChanged(int playbackState)` affected a lot of lines but seems more consistent with other '-Changed' methods. - `handleMessage(int messageType, Object payload)` to `handleMessage(int messageType, Object message)` - `ExtractorInput` and `DataSource` inherit `DataReader` which had `read(byte[] target, ...`, while data sources normally called the first parameter `buffer`. I have standardized these all to use `buffer` even though it looks out of place in the `ExtractorInput` interface (which has more `read` methods with `target`). PiperOrigin-RevId: 387290360
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| AspectRatioFrameLayout.java | Loading commit data... | |
| CanvasSubtitleOutput.java | Loading commit data... | |
| CaptionStyleCompat.java | Loading commit data... | |
| DefaultMediaDescriptionAdapter.java | Loading commit data... | |
| DefaultTimeBar.java | Loading commit data... | |
| DefaultTrackNameProvider.java | Loading commit data... | |
| DownloadNotificationHelper.java | Loading commit data... | |
| HtmlUtils.java | Loading commit data... | |
| PlayerControlView.java | Loading commit data... | |
| PlayerNotificationManager.java | Loading commit data... | |
| PlayerView.java | Loading commit data... | |
| SpannedToHtmlConverter.java | Loading commit data... | |
| StyledPlayerControlView.java | Loading commit data... | |
| StyledPlayerControlViewLayoutManager.java | Loading commit data... | |
| StyledPlayerView.java | Loading commit data... | |
| SubtitlePainter.java | Loading commit data... | |
| SubtitleView.java | Loading commit data... | |
| SubtitleViewUtils.java | Loading commit data... | |
| TimeBar.java | Loading commit data... | |
| TrackNameProvider.java | Loading commit data... | |
| TrackSelectionDialogBuilder.java | Loading commit data... | |
| TrackSelectionView.java | Loading commit data... | |
| WebViewSubtitleOutput.java | Loading commit data... |