Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/
H A DTemporaryViewDisplayController.kt363 val newViewToDisplay = getCurrentDisplayInfo() regex
365 if (newViewToDisplay != null) {
366 val timeout = newViewToDisplay.timeExpirationMillis - systemClock.currentTimeMillis()
370 showNewView(newViewToDisplay, timeout.toInt())