From dbf3752f93dfc963f51ad30726e5dc9ebaddb5ea Mon Sep 17 00:00:00 2001 From: Wei Jia Date: Wed, 27 Mar 2019 14:34:39 -0700 Subject: [PATCH] MediaPlayer2: fix doc Test: cts Bug: 129422294 Change-Id: I17d2da4e9c19e6f7b90611e0cef569d96c6a8b47 --- media/apex/java/android/media/MediaPlayer2.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media/apex/java/android/media/MediaPlayer2.java b/media/apex/java/android/media/MediaPlayer2.java index 19bb2586af35e..87035da3d5136 100644 --- a/media/apex/java/android/media/MediaPlayer2.java +++ b/media/apex/java/android/media/MediaPlayer2.java @@ -1546,7 +1546,7 @@ public class MediaPlayer2 implements AutoCloseable, AudioRouting { * Returns the size of the video. * * @return the size of the video. The width and height of size could be 0 if there is no video, - * no display surface was set, or the size has not been determined yet. + * or the size has not been determined yet. * The {@code EventCallback} can be registered via * {@link #registerEventCallback(Executor, EventCallback)} to provide a * notification {@code EventCallback.onVideoSizeChanged} when the size @@ -2870,7 +2870,7 @@ public class MediaPlayer2 implements AutoCloseable, AudioRouting { * Called to indicate the video size * * The video size (width and height) could be 0 if there was no video, - * no display surface was set, or the value was not determined yet. + * or the value was not determined yet. * * @param mp the MediaPlayer2 associated with this callback * @param dsd the DataSourceDesc of this data source