Guest User

Untitled

a guest
Mar 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. override fun onUserLeaveHint() {
  2. enterPictureInPictureMode(
  3. with(PictureInPictureParams.Builder()) {
  4. val width = 16
  5. val height = 9
  6. setAspectRatio(Rational(width, height))
  7. build()
  8. })
  9. }
Add Comment
Please, Sign In to add comment