Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
d49ba4b8
Commit
d49ba4b8
authored
Apr 09, 2015
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Filter small move touches on video
parent
217f4276
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
...d/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+2
-0
No files found.
vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
View file @
d49ba4b8
...
...
@@ -1804,6 +1804,8 @@ public class VideoPlayerActivity extends ActionBarActivity implements IVideoPlay
// No volume/brightness action if coef < 2 or a secondary display is connected
//TODO : Volume action when a secondary display is connected
if
(
mTouchAction
!=
TOUCH_SEEK
&&
coef
>
2
&&
mPresentation
==
null
)
{
if
(
Math
.
abs
(
y_changed
/
mSurfaceYDisplayRange
)
<
0.05
)
return
false
;
mTouchY
=
event
.
getRawY
();
mTouchX
=
event
.
getRawX
();
// Volume (Up or Down - Right side)
...
...
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