Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt179 private lateinit var largeClockHostView: FrameLayout in <lambda>() variable
430 largeClockHostView, in <lambda>()
532 largeClockHostView = FrameLayout(previewContext) in <lambda>()
533 largeClockHostView.layoutParams = in <lambda>()
538 largeClockHostView.isInvisible = true in <lambda>()
539 parentView.addView(largeClockHostView) in <lambda>()
709 KeyguardClockSwitch.getLargeClockRegion(largeClockHostView) in <lambda>()
714 largeClockHostView.removeAllViews() in <lambda>()
715 largeClockHostView.addView(clock.largeClock.view) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardPreviewClockViewBinder.kt55 largeClockHostView: View, in <lambda>()
59 largeClockHostView.repeatWhenAttached { in <lambda>()
62 viewModel.isLargeClockVisible.collect { largeClockHostView.isVisible = it } in <lambda>()