Searched refs:ensureClockViewExists (Results 1 – 1 of 1) sorted by relevance
74 ensureClockViewExists(checkNotNull(currentClock).smallClock.view) in <lambda>()77 update = { it.ensureClockViewExists(checkNotNull(currentClock).smallClock.view) }, in <lambda>()128 ensureClockViewExists(checkNotNull(currentClock).largeClock.view) in <lambda>()132 it.ensureClockViewExists(checkNotNull(currentClock).largeClock.view) in <lambda>()146 private fun FrameLayout.ensureClockViewExists(clockView: View) { in <lambda>() method in com.android.systemui.keyguard.ui.composable.section.DefaultClockSection