Home
last modified time | relevance | path

Searched refs:updateClockAppearance (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardPreviewClockViewBinder.kt82 updateClockAppearance: KSuspendFunction1<ClockController, Unit>, in <lambda>()
94 updateClockAppearance(currentClock) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt426 ::updateClockAppearance, in <lambda>()
630 private suspend fun updateClockAppearance(clock: ClockController) { in <lambda>() method
664 updateClockAppearance(clock) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1337 updateClockAppearance(); in updateStatusViewController()
1390 updateClockAppearance(); in onSplitShadeEnabledChanged()
1629 updateClockAppearance(); in positionClockAndNotifications()
1657 private void updateClockAppearance() { in updateClockAppearance() method in NotificationPanelViewController