Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -27638,7 +27638,7 @@ package android.webkit { method public void onReceivedTouchIconUrl(android.webkit.WebView, java.lang.String, boolean); method public void onRequestFocus(android.webkit.WebView); method public void onShowCustomView(android.view.View, android.webkit.WebChromeClient.CustomViewCallback); method public void onShowCustomView(android.view.View, int, android.webkit.WebChromeClient.CustomViewCallback); method public deprecated void onShowCustomView(android.view.View, int, android.webkit.WebChromeClient.CustomViewCallback); } public static abstract interface WebChromeClient.CustomViewCallback { core/java/android/webkit/WebChromeClient.java +6 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,9 @@ public class WebChromeClient { /** * Notify the host application that the current page would * like to show a custom View. * like to show a custom View. This is used for Fullscreen * video playback; see "HTML5 Video support" documentation on * {@link WebView}. * @param view is the View object to be shown. * @param callback is the callback to be invoked if and when the view * is dismissed. Loading @@ -84,7 +86,10 @@ public class WebChromeClient { * {@link ActivityInfo#screenOrientation ActivityInfo.screenOrientation}. * @param callback is the callback to be invoked if and when the view * is dismissed. * @deprecated This method supports the obsolete plugin mechanism, * and will not be invoked in future */ @Deprecated public void onShowCustomView(View view, int requestedOrientation, CustomViewCallback callback) {}; Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -27638,7 +27638,7 @@ package android.webkit { method public void onReceivedTouchIconUrl(android.webkit.WebView, java.lang.String, boolean); method public void onRequestFocus(android.webkit.WebView); method public void onShowCustomView(android.view.View, android.webkit.WebChromeClient.CustomViewCallback); method public void onShowCustomView(android.view.View, int, android.webkit.WebChromeClient.CustomViewCallback); method public deprecated void onShowCustomView(android.view.View, int, android.webkit.WebChromeClient.CustomViewCallback); } public static abstract interface WebChromeClient.CustomViewCallback {
core/java/android/webkit/WebChromeClient.java +6 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,9 @@ public class WebChromeClient { /** * Notify the host application that the current page would * like to show a custom View. * like to show a custom View. This is used for Fullscreen * video playback; see "HTML5 Video support" documentation on * {@link WebView}. * @param view is the View object to be shown. * @param callback is the callback to be invoked if and when the view * is dismissed. Loading @@ -84,7 +86,10 @@ public class WebChromeClient { * {@link ActivityInfo#screenOrientation ActivityInfo.screenOrientation}. * @param callback is the callback to be invoked if and when the view * is dismissed. * @deprecated This method supports the obsolete plugin mechanism, * and will not be invoked in future */ @Deprecated public void onShowCustomView(View view, int requestedOrientation, CustomViewCallback callback) {}; Loading