Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java280 private final Runnable updateProgressAction; field in PlayerControlView
382 updateProgressAction = this::updateProgress; in PlayerControlView()
761 removeCallbacks(updateProgressAction); in hide()
1000 removeCallbacks(updateProgressAction); in updateProgress()
1017 postDelayed(updateProgressAction, delayMs); in updateProgress()
1019 postDelayed(updateProgressAction, MAX_UPDATE_INTERVAL_MS); in updateProgress()
1095 removeCallbacks(updateProgressAction); in onDetachedFromWindow()