Home
last modified time | relevance | path

Searched defs:clearVideoSurface (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DPlayer.java238 void clearVideoSurface(); in clearVideoSurface() method
246 void clearVideoSurface(@Nullable Surface surface); in clearVideoSurface() method
DSimpleExoPlayer.java548 public void clearVideoSurface() { in clearVideoSurface() method in SimpleExoPlayer
556 public void clearVideoSurface(@Nullable Surface surface) { in clearVideoSurface() method in SimpleExoPlayer
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DActionSchedule.java310 public Builder clearVideoSurface() { in clearVideoSurface() method in ActionSchedule.Builder