Class ListViewLayoutDelegate
java.lang.Object
com.jwplayer.pub.api.fullscreen.delegates.ListViewLayoutDelegate
- All Implemented Interfaces:
LayoutDelegate
Responsible for moving a JWPlayerView to and from a fullscreen Dialog when entering or exiting fullscreen when the player is in a ListView
Note: This class is not currently functional but may serve as a base for a ListView layout handler if implementing one becomes necessary
-
Constructor Summary
ConstructorsConstructorDescriptionListViewLayoutDelegate
(View playerView, Dialog fullscreenDialog) ListViewLayoutDelegate
(View playerView, Dialog fullscreenDialog, ViewFactory viewFactory) -
Method Summary
-
Constructor Details
-
ListViewLayoutDelegate
public ListViewLayoutDelegate(View playerView, Dialog fullscreenDialog) -
ListViewLayoutDelegate
public ListViewLayoutDelegate(View playerView, Dialog fullscreenDialog, ViewFactory viewFactory)
-
-
Method Details
-
setFullscreen
public void setFullscreen(boolean fullscreen) - Specified by:
setFullscreen
in interfaceLayoutDelegate
-