Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
421dab43
authored
Dec 02, 2016
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Restore accidentally clobbered SimpleExoPlayerView change
parent
d6d59ef0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
library/src/main/java/com/google/android/exoplayer2/ui/SimpleExoPlayerView.java
library/src/main/java/com/google/android/exoplayer2/ui/SimpleExoPlayerView.java
View file @
421dab43
...
@@ -472,6 +472,16 @@ public final class SimpleExoPlayerView extends FrameLayout {
...
@@ -472,6 +472,16 @@ public final class SimpleExoPlayerView extends FrameLayout {
return
overlayFrameLayout
;
return
overlayFrameLayout
;
}
}
/**
* Gets the {@link SubtitleView}.
*
* @return The {@link SubtitleView}, or {@code null} if the layout has been customized and the
* subtitle view is not present.
*/
public
SubtitleView
getSubtitleView
()
{
return
subtitleView
;
}
@Override
@Override
public
boolean
onTouchEvent
(
MotionEvent
ev
)
{
public
boolean
onTouchEvent
(
MotionEvent
ev
)
{
if
(!
useController
||
player
==
null
||
ev
.
getActionMasked
()
!=
MotionEvent
.
ACTION_DOWN
)
{
if
(!
useController
||
player
==
null
||
ev
.
getActionMasked
()
!=
MotionEvent
.
ACTION_DOWN
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment