Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt180 private lateinit var smallClockHostView: FrameLayout in <lambda>() variable
431 smallClockHostView, in <lambda>()
541 smallClockHostView = FrameLayout(previewContext) in <lambda>()
554 smallClockHostView.layoutParams = layoutParams in <lambda>()
555 smallClockHostView.setPaddingRelative( in <lambda>()
563 smallClockHostView.clipChildren = false in <lambda>()
564 parentView.addView(smallClockHostView) in <lambda>()
565 smallClockHostView.isInvisible = true in <lambda>()
723 KeyguardClockSwitch.getSmallClockRegion(smallClockHostView) in <lambda>()
728 smallClockHostView.removeAllViews() in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardPreviewClockViewBinder.kt56 smallClockHostView: View, in <lambda>()
67 smallClockHostView.repeatWhenAttached { in <lambda>()
70 viewModel.isSmallClockVisible.collect { smallClockHostView.isVisible = it } in <lambda>()