- up - Static variable in class com.devbrackets.android.exomedia.R.id
-
- updateButtonDrawables() - Method in class com.devbrackets.android.exomedia.ui.widget.VideoControls
-
Updates the drawables used for the buttons to AppCompatTintDrawables
- updateButtonDrawables() - Method in class com.devbrackets.android.exomedia.ui.widget.VideoControlsLeanback
-
- updateMatrixOnLayout() - Method in class com.devbrackets.android.exomedia.core.video.ResizingSurfaceView
-
Requests for the Matrix to be updated on layout changes.
- updateMatrixOnLayout() - Method in class com.devbrackets.android.exomedia.core.video.ResizingTextureView
-
Requests for the Matrix to be updated on layout changes.
- updatePlaybackState(boolean) - Method in class com.devbrackets.android.exomedia.ui.widget.VideoControls
-
Informs the controls that the playback state has changed.
- updatePlayPauseImage(boolean) - Method in class com.devbrackets.android.exomedia.ui.widget.VideoControls
-
Makes sure the playPause button represents the correct playback state
- updateProgress(long, long, int) - Method in class com.devbrackets.android.exomedia.ui.widget.VideoControls
-
Performs the progress update on the current time field,
and the seek bar
- updateProgress() - Method in class com.devbrackets.android.exomedia.ui.widget.VideoControls
-
- updateProgress(long, long, int) - Method in class com.devbrackets.android.exomedia.ui.widget.VideoControlsLeanback
-
- updateProgress(long, long, int) - Method in class com.devbrackets.android.exomedia.ui.widget.VideoControlsMobile
-
- updateTextContainerVisibility() - Method in class com.devbrackets.android.exomedia.ui.widget.VideoControls
-
Update the current visibility of the text block independent of
the controls visibility
- updateTextContainerVisibility() - Method in class com.devbrackets.android.exomedia.ui.widget.VideoControlsLeanback
-
- updateTextContainerVisibility() - Method in class com.devbrackets.android.exomedia.ui.widget.VideoControlsMobile
-
- updateVideoSize(int, int) - Method in class com.devbrackets.android.exomedia.core.video.ResizingSurfaceView
-
Updates the stored videoSize and updates the default buffer size
in the backing texture view.
- updateVideoSize(int, int) - Method in class com.devbrackets.android.exomedia.core.video.ResizingTextureView
-
Updates the stored videoSize and updates the default buffer size
in the backing texture view.
- useDefaultControls - Static variable in class com.devbrackets.android.exomedia.R.attr
-
Must be a boolean value, either "true
" or "false
".
- useDefaultControls - Variable in class com.devbrackets.android.exomedia.ui.widget.VideoView.AttributeContainer
-
- useLogo - Static variable in class com.devbrackets.android.exomedia.R.id
-
- USER_AGENT_FORMAT - Static variable in class com.devbrackets.android.exomedia.core.source.MediaSourceProvider
-
- userAgent - Variable in class com.devbrackets.android.exomedia.core.source.MediaSourceProvider
-
- userInteracting - Variable in class com.devbrackets.android.exomedia.ui.widget.VideoControlsMobile
-
- useTextureViewBacking - Static variable in class com.devbrackets.android.exomedia.R.attr
-
Must be a boolean value, either "true
" or "false
".
- useTextureViewBacking - Variable in class com.devbrackets.android.exomedia.ui.widget.VideoView.AttributeContainer
-
Specifies if the
VideoViewApi
implementations should use the
TextureView
implementations.