Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java309 private long hideAtMs; field in PlayerControlView
343 hideAtMs = C.TIME_UNSET; in PlayerControlView()
763 hideAtMs = C.TIME_UNSET; in hide()
775 hideAtMs = SystemClock.uptimeMillis() + showTimeoutMs; in hideAfterTimeout()
780 hideAtMs = C.TIME_UNSET; in hideAfterTimeout()
1078 if (hideAtMs != C.TIME_UNSET) { in onAttachedToWindow()
1079 long delayMs = hideAtMs - SystemClock.uptimeMillis(); in onAttachedToWindow()