mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Merge pull request #2135 from bubenheimer:handleMoveMediaItems_docfix
PiperOrigin-RevId: 730886871 (cherry picked from commit 57d4f8354a90960adeb2241683c2b175c03b3ce7)
This commit is contained in:
parent
954a1d44e4
commit
c4a77475c4
@ -3460,7 +3460,7 @@ public abstract class SimpleBasePlayer extends BasePlayer {
|
|||||||
* index is in the range {@code fromIndex} < {@code toIndex} <= {@link
|
* index is in the range {@code fromIndex} < {@code toIndex} <= {@link
|
||||||
* #getMediaItemCount()}.
|
* #getMediaItemCount()}.
|
||||||
* @param newIndex The new index of the first moved item. The index is in the range {@code 0}
|
* @param newIndex The new index of the first moved item. The index is in the range {@code 0}
|
||||||
* <= {@code newIndex} < {@link #getMediaItemCount() - (toIndex - fromIndex)}.
|
* <= {@code newIndex} <= {@link #getMediaItemCount() - (toIndex - fromIndex)}.
|
||||||
* @return A {@link ListenableFuture} indicating the completion of all immediate {@link State}
|
* @return A {@link ListenableFuture} indicating the completion of all immediate {@link State}
|
||||||
* changes caused by this call.
|
* changes caused by this call.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user