Loading core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -17765,7 +17765,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, /** * Returns the suggested minimum width that the view should use. This * returns the maximum of the view's minimum width) * returns the maximum of the view's minimum width * and the background's minimum width * ({@link android.graphics.drawable.Drawable#getMinimumWidth()}). * <p> core/java/android/webkit/WebViewClient.java +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ public class WebViewClient { * Notify the host application that the scale applied to the WebView has * changed. * * @param view he WebView that is initiating the callback. * @param view The WebView that is initiating the callback. * @param oldScale The old scale factor * @param newScale The new scale factor */ Loading media/java/android/media/MediaPlayer.java +1 −1 Original line number Diff line number Diff line Loading @@ -777,7 +777,7 @@ public class MediaPlayer implements SubtitleController.Listener * <li> {@link #VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING} * </ul> * * @param mode target video scaling mode. Most be one of the supported * @param mode target video scaling mode. Must be one of the supported * video scaling modes; otherwise, IllegalArgumentException will be thrown. * * @see MediaPlayer#VIDEO_SCALING_MODE_SCALE_TO_FIT Loading Loading
core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -17765,7 +17765,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, /** * Returns the suggested minimum width that the view should use. This * returns the maximum of the view's minimum width) * returns the maximum of the view's minimum width * and the background's minimum width * ({@link android.graphics.drawable.Drawable#getMinimumWidth()}). * <p>
core/java/android/webkit/WebViewClient.java +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ public class WebViewClient { * Notify the host application that the scale applied to the WebView has * changed. * * @param view he WebView that is initiating the callback. * @param view The WebView that is initiating the callback. * @param oldScale The old scale factor * @param newScale The new scale factor */ Loading
media/java/android/media/MediaPlayer.java +1 −1 Original line number Diff line number Diff line Loading @@ -777,7 +777,7 @@ public class MediaPlayer implements SubtitleController.Listener * <li> {@link #VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING} * </ul> * * @param mode target video scaling mode. Most be one of the supported * @param mode target video scaling mode. Must be one of the supported * video scaling modes; otherwise, IllegalArgumentException will be thrown. * * @see MediaPlayer#VIDEO_SCALING_MODE_SCALE_TO_FIT Loading