Код: Выделить всё
boolean allowed = getPackageManager().hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE);
if (allowed) {
Rational aspectRatio = new Rational(16, 9);
pictureInPicture = new PictureInPictureParams.Builder().setAspectRatio(aspectRatio).build();
enterPictureInPictureMode(pictureInPicture);
isPictureMode = true;
playerView.hideController();
trackSelector.setParameters(trackSelector.buildUponParameters().setTrackTypeDisabled(C.TRACK_TYPE_TEXT, true));
}
[img]https://i.sstatic. net/AifjMe8J.jpg[/img]
Как масштабировать картинку в картинке до максимального размера.
Подробнее здесь: https://stackoverflow.com/questions/791 ... tch-parent
Мобильная версия