Home
last modified time | relevance | path

Searched refs:getApplicationLooper (Results 1 – 13 of 13) sorted by relevance

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDebugTextViewHelper.java48 Assertions.checkArgument(player.getApplicationLooper() == Looper.getMainLooper()); in DebugTextViewHelper()
DPlayerNotificationManager.java663 player == null || player.getApplicationLooper() == Looper.getMainLooper()); in setPlayer()
DPlayerControlView.java495 player == null || player.getApplicationLooper() == Looper.getMainLooper()); in setPlayer()
DPlayerView.java558 player == null || player.getApplicationLooper() == Looper.getMainLooper()); in setPlayer()
/external/exoplayer/tree/extensions/ima/src/test/java/com/google/android/exoplayer2/ext/ima/
DFakePlayer.java123 public Looper getApplicationLooper() { in getApplicationLooper() method in FakePlayer
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DStubExoPlayer.java72 public Looper getApplicationLooper() { in getApplicationLooper() method in StubExoPlayer
DTestExoPlayer.java489 || player.getApplicationLooper() != Looper.getMainLooper()) { in verifyMainTestThread()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DPlayer.java794 Looper getApplicationLooper(); in getApplicationLooper() method
DSimpleExoPlayer.java1208 public Looper getApplicationLooper() { in getApplicationLooper() method in SimpleExoPlayer
1209 return player.getApplicationLooper(); in getApplicationLooper()
1970 if (Looper.myLooper() != getApplicationLooper()) { in verifyApplicationThread()
DExoPlayerImpl.java234 public Looper getApplicationLooper() { in getApplicationLooper() method in ExoPlayerImpl
/external/exoplayer/tree/extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/
DCastPlayer.java287 public Looper getApplicationLooper() { in getApplicationLooper() method in CastPlayer
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java463 Assertions.checkArgument(player == null || player.getApplicationLooper() == looper); in setPlayer()
/external/exoplayer/tree/extensions/ima/src/main/java/com/google/android/exoplayer2/ext/ima/
DImaAdsLoader.java559 player == null || player.getApplicationLooper() == Looper.getMainLooper()); in setPlayer()