Searched refs:hideAtMs (Results 1 – 1 of 1) sorted by relevance
309 private long hideAtMs; field in PlayerControlView343 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()