/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardSmartspaceViewBinder.kt | 38 keyguardRootView: ConstraintLayout, in <lambda>() 43 keyguardRootView.repeatWhenAttached { in <lambda>() 50 keyguardRootView, in <lambda>() 67 updateBCSmartspaceInBurnInLayer(keyguardRootView, clockViewModel) in <lambda>() 82 keyguardRootView: ConstraintLayout, in <lambda>() 86 val burnInLayer = keyguardRootView.requireViewById<Layer>(R.id.burn_in_layer) in <lambda>() 89 keyguardRootView.requireViewById<View>(sharedR.id.bc_smartspace_view) in <lambda>() 96 clockViewModel.burnInLayer?.updatePostLayout(keyguardRootView) in <lambda>() 100 keyguardRootView: ConstraintLayout, in <lambda>() 105 removeDateWeatherFromBurnInLayer(keyguardRootView, smartspaceViewModel) in <lambda>() [all …]
|
D | KeyguardClockViewBinder.kt | 50 keyguardRootView: ConstraintLayout, in <lambda>() 56 keyguardRootView.repeatWhenAttached { in <lambda>() 58 keyguardClockInteractor.clockEventController.registerListeners(keyguardRootView) in <lambda>() 62 keyguardRootView.repeatWhenAttached { in <lambda>() 67 cleanupClockViews(currentClock, keyguardRootView, viewModel.burnInLayer) in <lambda>() 68 addClockViews(currentClock, keyguardRootView) in <lambda>() 69 updateBurnInLayer(keyguardRootView, viewModel, viewModel.clockSize.value) in <lambda>() 70 applyConstraints(clockSection, keyguardRootView, true) in <lambda>() 77 updateBurnInLayer(keyguardRootView, viewModel, clockSize) in <lambda>() 133 keyguardRootView: ConstraintLayout, in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewConfigurator.kt | 85 private val keyguardRootView: KeyguardRootView, constant in com.android.systemui.keyguard.KeyguardViewConfigurator 148 cs.clone(keyguardRootView) in start() 153 keyguardRootView.addView(composeView) in start() 156 keyguardRootView, in start() 164 deviceEntryUnlockTrackerViewBinder.get().bind(keyguardRootView) in start() 172 keyguardRootView.findViewById<View?>(R.id.keyguard_indication_area)?.let { in bindIndicationArea() 173 keyguardRootView.removeView(it) in bindIndicationArea() 203 keyguardRootView, in bindKeyguardRootView() 257 fun getKeyguardRootView() = keyguardRootView
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | EmptyLockIconViewController.kt | 38 private val keyguardRootView: Lazy<KeyguardRootView>, constant in com.android.keyguard.EmptyLockIconViewController 46 return keyguardRootView.get().getViewById(deviceEntryIconViewId)?.top?.toFloat() ?: 0f in getTop() 50 return keyguardRootView.get().getViewById(deviceEntryIconViewId)?.bottom?.toFloat() ?: 0f in getBottom()
|
D | KeyguardUnfoldTransition.kt | 46 private val keyguardRootView: KeyguardRootView, in <lambda>() constant in com.android.keyguard.KeyguardUnfoldTransition 148 shortcutButtonsAnimator.init(keyguardRootView, translationMax) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
D | KeyguardPreviewRenderer.kt | 380 val keyguardRootView = KeyguardRootView(previewContext, null) in <lambda>() constant 384 keyguardRootView, in <lambda>() 402 keyguardRootView, in <lambda>() 411 if (MigrateClocksToBlueprint.isEnabled) keyguardRootView else rootView in <lambda>() 415 setupShortcuts(keyguardRootView) in <lambda>() 423 keyguardRootView, in <lambda>() 447 setupCommunalTutorialIndicator(keyguardRootView) in <lambda>() 450 private fun setupShortcuts(keyguardRootView: ConstraintLayout) { in <lambda>() 453 cs.clone(keyguardRootView) in <lambda>() 454 defaultShortcutsSection.addViews(keyguardRootView) in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardUnfoldTransitionTest.kt | 55 private lateinit var keyguardRootView: KeyguardRootView variable in com.android.keyguard.KeyguardUnfoldTransitionTest 74 context, keyguardRootView, notificationShadeWindowView, in setup() 90 whenever(keyguardRootView.findViewById<View>(R.id.lockscreen_clock_view_large)).thenReturn( in onTransition_centeredViewDoesNotMove() 112 whenever(keyguardRootView.findViewById<View>(R.id.lockscreen_clock_view_large)).thenReturn( in whenInShadeState_viewDoesNotMove()
|