Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt267 fun isDateWeatherDecoupled(): Boolean { regex
299 if (!isDateWeatherDecoupled()) {
318 if (!isDateWeatherDecoupled()) {
501 if (isDateWeatherDecoupled()) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerTest.java127 when(mSmartspaceController.isDateWeatherDecoupled()).thenReturn(true); in onLocaleListChanged_rebuildsSmartspaceViews_whenDecouplingEnabled()
230 when(mSmartspaceController.isDateWeatherDecoupled()).thenReturn(true); in testChangeClockDateWeatherEnabled_SetsDateWeatherViewVisibility()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java299 if (mSmartspaceController.isDateWeatherDecoupled()) { in onViewAttached()
329 if (mSmartspaceController.isDateWeatherDecoupled()) { in onLocaleListChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt856 if (controller.isDateWeatherDecoupled()) {
921 if (controller.isDateWeatherDecoupled()) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardPreviewRenderer.kt269 !lockscreenSmartspaceController.isDateWeatherDecoupled()