/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | KeyguardSliceViewSection.kt | 34 val smartspaceController: LockscreenSmartspaceController, constant in com.android.systemui.keyguard.ui.view.layout.sections.KeyguardSliceViewSection 38 if (smartspaceController.isEnabled()) return in addViews() 50 if (smartspaceController.isEnabled()) return in applyConstraints() 85 if (smartspaceController.isEnabled()) return in removeViews()
|
D | SmartspaceSection.kt | 49 val smartspaceController: LockscreenSmartspaceController, constant in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection 61 smartspaceController.suppressDisconnects = true in onRebuildBegin() 65 smartspaceController.suppressDisconnects = false in onRebuildEnd() 71 smartspaceView = smartspaceController.buildAndConnectView(constraintLayout) in addViews() 72 weatherView = smartspaceController.buildAndConnectWeatherView(constraintLayout) in addViews() 74 smartspaceController.buildAndConnectDateView(constraintLayout) as ViewGroup in addViews() 195 smartspaceController.requestSmartspaceUpdate() in updateVisibility()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBottomAreaViewController.kt | 33 private val smartspaceController: LockscreenSmartspaceController, constant 45 if (!smartspaceRelocateToBottom() || !smartspaceController.isEnabled()) { in onViewAttached() 71 smartspaceView = smartspaceController.buildAndConnectView(smartspaceContainer as ViewGroup) in addSmartspaceView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardSmartspaceViewModel.kt | 38 smartspaceController: LockscreenSmartspaceController, in <lambda>() 43 val isSmartspaceEnabled: Boolean = smartspaceController.isEnabled() in <lambda>() 48 val isDateWeatherDecoupled: Boolean = smartspaceController.isDateWeatherDecoupled() in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardSmartspaceViewModelKosmos.kt | 28 smartspaceController = mock(), in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | SmartspaceDedupingCoordinator.kt | 48 private val smartspaceController: LockscreenSmartspaceController, in <lambda>() constant in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinator 61 smartspaceController.addListener(this::onNewSmartspaceTargets) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | SmartspaceDedupingCoordinatorTest.kt | 59 private lateinit var smartspaceController: LockscreenSmartspaceController variable in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinatorTest 94 smartspaceController, in setUp() 117 verify(smartspaceController).addListener(capture()) in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardClockSwitchController.java | 169 LockscreenSmartspaceController smartspaceController, in KeyguardClockSwitchController() argument 187 mSmartspaceController = smartspaceController; in KeyguardClockSwitchController()
|