Loading core/java/android/webkit/HTML5VideoFullScreen.java +12 −11 Original line number Original line Diff line number Diff line Loading @@ -253,6 +253,7 @@ public class HTML5VideoFullScreen extends HTML5VideoView mLayout.setVisibility(View.VISIBLE); mLayout.setVisibility(View.VISIBLE); WebChromeClient client = webView.getWebChromeClient(); WebChromeClient client = webView.getWebChromeClient(); if (client != null) { client.onShowCustomView(mLayout, mCallback); client.onShowCustomView(mLayout, mCallback); // Plugins like Flash will draw over the video so hide // Plugins like Flash will draw over the video so hide // them while we're playing. // them while we're playing. Loading @@ -264,7 +265,7 @@ public class HTML5VideoFullScreen extends HTML5VideoView mLayout.addView(mProgressView, layoutParams); mLayout.addView(mProgressView, layoutParams); mProgressView.setVisibility(View.VISIBLE); mProgressView.setVisibility(View.VISIBLE); } } } } } /** /** Loading Loading
core/java/android/webkit/HTML5VideoFullScreen.java +12 −11 Original line number Original line Diff line number Diff line Loading @@ -253,6 +253,7 @@ public class HTML5VideoFullScreen extends HTML5VideoView mLayout.setVisibility(View.VISIBLE); mLayout.setVisibility(View.VISIBLE); WebChromeClient client = webView.getWebChromeClient(); WebChromeClient client = webView.getWebChromeClient(); if (client != null) { client.onShowCustomView(mLayout, mCallback); client.onShowCustomView(mLayout, mCallback); // Plugins like Flash will draw over the video so hide // Plugins like Flash will draw over the video so hide // them while we're playing. // them while we're playing. Loading @@ -264,7 +265,7 @@ public class HTML5VideoFullScreen extends HTML5VideoView mLayout.addView(mProgressView, layoutParams); mLayout.addView(mProgressView, layoutParams); mProgressView.setVisibility(View.VISIBLE); mProgressView.setVisibility(View.VISIBLE); } } } } } /** /** Loading