Searched refs:PlayerView (Results 1 – 9 of 9) sorted by relevance
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | SimpleExoPlayerView.java | 26 public final class SimpleExoPlayerView extends PlayerView { 54 PlayerView.switchTargetView(player, oldPlayerView, newPlayerView); in switchTargetView()
|
D | PlayerView.java | 263 public class PlayerView extends FrameLayout implements AdsLoader.AdViewProvider { class 327 public PlayerView(Context context) { in PlayerView() method in PlayerView 331 public PlayerView(Context context, @Nullable AttributeSet attrs) { in PlayerView() method in PlayerView 336 public PlayerView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in PlayerView() method in PlayerView 377 TypedArray a = context.getTheme().obtainStyledAttributes(attrs, R.styleable.PlayerView, 0, 0); in PlayerView() 520 Player player, @Nullable PlayerView oldPlayerView, @Nullable PlayerView newPlayerView) { in switchTargetView()
|
/external/exoplayer/tree/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/ |
D | PlayerManager.java | 38 import com.google.android.exoplayer2.ui.PlayerView; 65 private final PlayerView localPlayerView; 88 PlayerView localPlayerView, in PlayerManager()
|
D | MainActivity.java | 43 import com.google.android.exoplayer2.ui.PlayerView; 57 private PlayerView localPlayerView;
|
/external/exoplayer/tree/extensions/av1/ |
D | README.md | 113 * If you are using `SimpleExoPlayer` with `PlayerView`, enable this option by 114 setting `surface_type` of `PlayerView` to be 121 * If you are using `SimpleExoPlayer` with `PlayerView`, this option is enabled
|
/external/exoplayer/tree/demos/gl/src/main/java/com/google/android/exoplayer2/gldemo/ |
D | MainActivity.java | 36 import com.google.android.exoplayer2.ui.PlayerView; 63 @Nullable private PlayerView playerView;
|
/external/exoplayer/tree/extensions/vp9/ |
D | README.md | 131 * If you are using `SimpleExoPlayer` with `PlayerView`, enable this option by 132 setting `surface_type` of `PlayerView` to be 139 * If you are using `SimpleExoPlayer` with `PlayerView`, this option is enabled
|
/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/ |
D | PlayerActivity.java | 56 import com.google.android.exoplayer2.ui.PlayerView; 88 private PlayerView playerView;
|
/external/exoplayer/tree/ |
D | RELEASENOTES.md | 416 `PlayerView`. 531 * Setting `app:played_color` on `PlayerView` and `PlayerControlView` no 536 * Setting `app:ad_marker_color` on `PlayerView` and `PlayerControlView` no 610 * Fix issue when calling `performClick` on `PlayerView` without 627 * UI: Fix `PlayerView` incorrectly consuming touch events if no controller is 652 * Allow setting `DefaultTimeBar` attributes on `PlayerView` and 845 `PlayerView` implements this interface and will register its control 865 * PlayerView: Fix issue preventing `OnClickListener` from receiving events 940 * Fix issue with applying the `show_buffering` attribute in `PlayerView` 1029 on `PlayerView`. [all …]
|