Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/
DTemporaryViewDisplayController.kt363 val newViewToDisplay = getCurrentDisplayInfo() in <lambda>() constant
365 if (newViewToDisplay != null) { in <lambda>()
366 val timeout = newViewToDisplay.timeExpirationMillis - systemClock.currentTimeMillis() in <lambda>()
370 showNewView(newViewToDisplay, timeout.toInt()) in <lambda>()