Home
last modified time | relevance | path

Searched refs:SetVideoSurface (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DActionSchedule.java43 import com.google.android.exoplayer2.testutil.Action.SetVideoSurface;
320 return apply(new SetVideoSurface(tag)); in setVideoSurface()
DAction.java436 public static final class SetVideoSurface extends Action { class in Action
439 public SetVideoSurface(String tag) { in SetVideoSurface() method in Action.SetVideoSurface