Class RecyclerViewLayoutDelegate
java.lang.Object
com.jwplayer.pub.api.fullscreen.delegates.DialogLayoutDelegateBase
com.jwplayer.pub.api.fullscreen.delegates.RecyclerViewLayoutDelegate
- All Implemented Interfaces:
LayoutDelegate
Responsible for moving a JWPlayerView to and from a fullscreen Dialog when entering or exiting fullscreen when the player is inside a RecyclerView
-
Field Summary
Fields inherited from class com.jwplayer.pub.api.fullscreen.delegates.DialogLayoutDelegateBase
mPlayerView -
Constructor Summary
ConstructorsConstructorDescriptionRecyclerViewLayoutDelegate(android.view.View playerView, android.os.Handler handler, android.app.Dialog fullscreenDialog) RecyclerViewLayoutDelegate(android.view.View playerView, android.os.Handler handler, android.app.Dialog fullscreenDialog, ViewFactory viewFactory) -
Method Summary
-
Constructor Details
-
RecyclerViewLayoutDelegate
public RecyclerViewLayoutDelegate(android.view.View playerView, android.os.Handler handler, android.app.Dialog fullscreenDialog) -
RecyclerViewLayoutDelegate
public RecyclerViewLayoutDelegate(android.view.View playerView, android.os.Handler handler, android.app.Dialog fullscreenDialog, ViewFactory viewFactory)
-
-
Method Details
-
setFullscreen
public void setFullscreen(boolean fullscreen) - Specified by:
setFullscreenin interfaceLayoutDelegate
-