Search in sources :

Example 1 with ContentVideoView

use of org.chromium.content.browser.ContentVideoView in project AndroidChromium by JackyAndroid.

the class ChromeFullscreenManager method onWindowFocusChanged.

@Override
public void onWindowFocusChanged(Activity activity, boolean hasFocus) {
    if (mActivity != activity)
        return;
    onWindowFocusChanged(hasFocus);
    ContentVideoView videoView = ContentVideoView.getContentVideoView();
    if (videoView != null) {
        videoView.onFullscreenWindowFocused();
    }
}
Also used : ContentVideoView(org.chromium.content.browser.ContentVideoView)

Aggregations

ContentVideoView (org.chromium.content.browser.ContentVideoView)1