Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DDefaultClockSection.kt74 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