Home
last modified time | relevance | path

Searched refs:MigrateClocksToBlueprint (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DKeyguardSliceViewSection.kt25 import com.android.systemui.keyguard.MigrateClocksToBlueprint
37 if (!MigrateClocksToBlueprint.isEnabled) return in addViews()
49 if (!MigrateClocksToBlueprint.isEnabled) return in applyConstraints()
84 if (!MigrateClocksToBlueprint.isEnabled) return in removeViews()
DAodBurnInSection.kt26 import com.android.systemui.keyguard.MigrateClocksToBlueprint
50 if (!MigrateClocksToBlueprint.isEnabled) { in addViews()
65 if (!MigrateClocksToBlueprint.isEnabled) { in bindData()
72 if (!MigrateClocksToBlueprint.isEnabled) { in applyConstraints()
DSplitShadeMediaSection.kt31 import com.android.systemui.keyguard.MigrateClocksToBlueprint
49 if (!MigrateClocksToBlueprint.isEnabled) { in addViews()
76 if (!MigrateClocksToBlueprint.isEnabled) { in applyConstraints()
90 if (!MigrateClocksToBlueprint.isEnabled) { in removeViews()
DAodNotificationIconsSection.kt32 import com.android.systemui.keyguard.MigrateClocksToBlueprint
66 if (!MigrateClocksToBlueprint.isEnabled) { in addViews()
85 if (!MigrateClocksToBlueprint.isEnabled) { in bindData()
106 if (!MigrateClocksToBlueprint.isEnabled) { in applyConstraints()
DSmartspaceSection.kt28 import com.android.systemui.keyguard.MigrateClocksToBlueprint
69 if (!MigrateClocksToBlueprint.isEnabled) return in addViews()
97 if (!MigrateClocksToBlueprint.isEnabled) return in bindData()
108 if (!MigrateClocksToBlueprint.isEnabled) return in applyConstraints()
180 if (!MigrateClocksToBlueprint.isEnabled) return in removeViews()
DDefaultNotificationStackScrollLayoutSection.kt28 import com.android.systemui.keyguard.MigrateClocksToBlueprint
57 if (!MigrateClocksToBlueprint.isEnabled) { in applyConstraints()
63 if (MigrateClocksToBlueprint.isEnabled) { in applyConstraints()
DNotificationStackScrollLayoutSection.kt28 import com.android.systemui.keyguard.MigrateClocksToBlueprint
69 if (!MigrateClocksToBlueprint.isEnabled) { in addViews()
85 if (!MigrateClocksToBlueprint.isEnabled) { in bindData()
DSplitShadeNotificationStackScrollLayoutSection.kt26 import com.android.systemui.keyguard.MigrateClocksToBlueprint
52 if (!MigrateClocksToBlueprint.isEnabled) { in applyConstraints()
DDefaultStatusViewSection.kt35 import com.android.systemui.keyguard.MigrateClocksToBlueprint
61 if (!MigrateClocksToBlueprint.isEnabled) { in addViews()
86 if (MigrateClocksToBlueprint.isEnabled) { in bindData()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java47 import com.android.systemui.keyguard.MigrateClocksToBlueprint;
205 if (!MigrateClocksToBlueprint.isEnabled()) { in KeyguardClockSwitchController()
248 if (!MigrateClocksToBlueprint.isEnabled()) { in onInit()
284 if (!MigrateClocksToBlueprint.isEnabled()) { in onViewAttached()
344 if (!MigrateClocksToBlueprint.isEnabled()) { in onViewAttached()
352 if (MigrateClocksToBlueprint.isEnabled()) { in getNotificationIconAreaHeight()
369 if (!MigrateClocksToBlueprint.isEnabled()) { in onViewDetached()
397 if (MigrateClocksToBlueprint.isEnabled()) { in addDateWeatherView()
413 if (MigrateClocksToBlueprint.isEnabled()) { in addWeatherView()
426 if (MigrateClocksToBlueprint.isEnabled()) { in addSmartspaceView()
[all …]
DKeyguardVisibilityHelper.java26 import com.android.systemui.keyguard.MigrateClocksToBlueprint;
91 if (MigrateClocksToBlueprint.isEnabled()) { in setViewVisibility()
116 if (MigrateClocksToBlueprint.isEnabled()) { in setViewVisibility()
174 if (MigrateClocksToBlueprint.isEnabled()) { in setViewVisibility()
190 if (MigrateClocksToBlueprint.isEnabled()) { in setViewVisibility()
DConnectedDisplayKeyguardPresentation.kt33 import com.android.systemui.keyguard.MigrateClocksToBlueprint
98 if (MigrateClocksToBlueprint.isEnabled) { in onCreate()
135 if (MigrateClocksToBlueprint.isEnabled) { in onAttachedToWindow()
144 if (MigrateClocksToBlueprint.isEnabled) { in onDetachedFromWindow()
DKeyguardStatusViewController.java54 import com.android.systemui.keyguard.MigrateClocksToBlueprint;
226 if (MigrateClocksToBlueprint.isEnabled()) { in onInit()
253 if (MigrateClocksToBlueprint.isEnabled()) { in onViewAttached()
264 if (MigrateClocksToBlueprint.isEnabled()) { in onViewDetached()
488 if (MigrateClocksToBlueprint.isEnabled()) { in updateAlignment()
506 if (MigrateClocksToBlueprint.isEnabled()) { in updateAlignment()
551 if (customClockAnimation && !MigrateClocksToBlueprint.isEnabled()) { in updateAlignment()
DKeyguardUnfoldTransition.kt21 import com.android.systemui.keyguard.MigrateClocksToBlueprint in <lambda>()
60 val smartSpaceViews = if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinder.kt29 import com.android.systemui.keyguard.MigrateClocksToBlueprint in <lambda>()
65 if (!MigrateClocksToBlueprint.isEnabled) return@launch in <lambda>()
75 if (!MigrateClocksToBlueprint.isEnabled) return@launch in <lambda>()
83 if (!MigrateClocksToBlueprint.isEnabled) return@launch in <lambda>()
101 if (!MigrateClocksToBlueprint.isEnabled) return@launch in <lambda>()
114 if (!MigrateClocksToBlueprint.isEnabled) return@launch in <lambda>()
DKeyguardRootViewBinder.kt54 import com.android.systemui.keyguard.MigrateClocksToBlueprint in <lambda>()
179 if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
302 if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
351 if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
461 if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
494 if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
525 if (!MigrateClocksToBlueprint.isEnabled) { in <lambda>()
575 if (!MigrateClocksToBlueprint.isEnabled) { in <lambda>()
583 .apply { if (MigrateClocksToBlueprint.isEnabled) animateInIconTranslation() } in <lambda>()
588 if (!MigrateClocksToBlueprint.isEnabled) { in <lambda>()
[all …]
DKeyguardSmartspaceViewBinder.kt25 import com.android.systemui.keyguard.MigrateClocksToBlueprint in <lambda>()
46 if (!MigrateClocksToBlueprint.isEnabled) return@launch in <lambda>()
65 if (!MigrateClocksToBlueprint.isEnabled) return@launch in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/shared/flag/
DSceneContainerFlag.kt28 import com.android.systemui.keyguard.MigrateClocksToBlueprint in <lambda>()
45 MigrateClocksToBlueprint.isEnabled && in <lambda>()
60 MigrateClocksToBlueprint.token, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DFlagDependencies.kt29 import com.android.systemui.keyguard.MigrateClocksToBlueprint in <lambda>()
61 ComposeLockscreen.token dependsOn MigrateClocksToBlueprint.token in <lambda>()
64 communalHub dependsOn MigrateClocksToBlueprint.token in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt63 import com.android.systemui.keyguard.MigrateClocksToBlueprint in <lambda>()
213 if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
411 if (MigrateClocksToBlueprint.isEnabled) keyguardRootView else rootView in <lambda>()
420 if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
504 if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
531 if (!MigrateClocksToBlueprint.isEnabled) { in <lambda>()
569 if (!MigrateClocksToBlueprint.isEnabled) { in <lambda>()
603 if (!MigrateClocksToBlueprint.isEnabled) { in <lambda>()
631 if (!MigrateClocksToBlueprint.isEnabled) { in <lambda>()
653 if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DAodAlphaViewModel.kt22 import com.android.systemui.keyguard.MigrateClocksToBlueprint in <lambda>()
74 } else if (!MigrateClocksToBlueprint.isEnabled) { in <lambda>()
95 } else if (!MigrateClocksToBlueprint.isEnabled) { in <lambda>()
DKeyguardIndicationAreaViewModel.kt24 import com.android.systemui.keyguard.MigrateClocksToBlueprint in <lambda>()
104 if (MigrateClocksToBlueprint.isEnabled || KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
112 return if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java51 import com.android.systemui.keyguard.MigrateClocksToBlueprint;
337 if (MigrateClocksToBlueprint.isEnabled()) { in setupExpandedStatusBar()
421 if (!(MigrateClocksToBlueprint.isEnabled() in setupExpandedStatusBar()
497 if (MigrateClocksToBlueprint.isEnabled()) { in setupExpandedStatusBar()
510 if (MigrateClocksToBlueprint.isEnabled()) { in setupExpandedStatusBar()
533 } else if (MigrateClocksToBlueprint.isEnabled()) { in setupExpandedStatusBar()
548 if (!MigrateClocksToBlueprint.isEnabled()) { in setupExpandedStatusBar()
563 if (MigrateClocksToBlueprint.isEnabled()) { in setupExpandedStatusBar()
662 if (MigrateClocksToBlueprint.isEnabled()) { in didNotificationPanelInterceptEvent()
694 if (MigrateClocksToBlueprint.isEnabled()) { in cancelCurrentTouch()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
DClockRegistryModule.java29 import com.android.systemui.keyguard.MigrateClocksToBlueprint;
72 MigrateClocksToBlueprint.isEnabled()), in getClockRegistry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldAodAnimationController.kt27 import com.android.systemui.keyguard.MigrateClocksToBlueprint in <lambda>()
128 return if (MigrateClocksToBlueprint.isEnabled) { in <lambda>()
171 if (!MigrateClocksToBlueprint.isEnabled) { in <lambda>()

12