Searched refs:updateProgressAction (Results 1 – 1 of 1) sorted by relevance
280 private final Runnable updateProgressAction; field in PlayerControlView382 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()