[Android] VideoPlayerActivity refactor: extract overlay functions in a delegate

Nicolas Pomepuy git at videolan.org
Thu Jul 2 12:06:55 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jul  1 14:18:48 2020 +0200| [e23e2c1e01fac76860bee89146db92548ac42a5f] | committer: Nicolas Pomepuy

VideoPlayerActivity refactor: extract overlay functions in a delegate

> https://code.videolan.org/videolan/vlc-android/commit/e23e2c1e01fac76860bee89146db92548ac42a5f
---

 .../vlc/gui/helpers/PlayerOptionsDelegate.kt       |   2 +-
 .../videolan/vlc/gui/video/VideoDelayDelegate.kt   |  12 +-
 .../videolan/vlc/gui/video/VideoPlayerActivity.kt  | 928 ++++-----------------
 .../vlc/gui/video/VideoPlayerOverlayDelegate.kt    | 684 ++++++++++++++-
 .../videolan/vlc/gui/video/VideoTouchDelegate.kt   |  10 +-
 5 files changed, 842 insertions(+), 794 deletions(-)

Diff:   https://code.videolan.org/videolan/vlc-android/commit/e23e2c1e01fac76860bee89146db92548ac42a5f


More information about the Android mailing list