Home
last modified time | relevance | path

Searched refs:KeyguardBottomAreaRefactor (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/shared/flag/
DSceneContainerFlag.kt26 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor in <lambda>()
43 KeyguardBottomAreaRefactor.isEnabled && in <lambda>()
58 KeyguardBottomAreaRefactor.token, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultIndicationAreaSection.kt24 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor
45 if (KeyguardBottomAreaRefactor.isEnabled) { in addViews()
52 if (KeyguardBottomAreaRefactor.isEnabled) { in bindData()
DAlignShortcutsToUdfpsSection.kt30 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor
52 if (KeyguardBottomAreaRefactor.isEnabled) { in addViews()
59 if (KeyguardBottomAreaRefactor.isEnabled) { in bindData()
DDefaultSettingsPopupMenuSection.kt34 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor
59 if (!KeyguardBottomAreaRefactor.isEnabled) { in addViews()
74 if (KeyguardBottomAreaRefactor.isEnabled) { in bindData()
DDefaultUdfpsAccessibilityOverlaySection.kt26 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor
69 if (KeyguardBottomAreaRefactor.isEnabled) { in applyConstraints()
DDefaultShortcutsSection.kt31 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor in <lambda>()
61 if (KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
81 if (KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
DDefaultDeviceEntrySection.kt37 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor in <lambda>()
76 !KeyguardBottomAreaRefactor.isEnabled && in <lambda>()
229 if (DeviceEntryUdfpsRefactor.isEnabled && !KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModel.kt23 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor in <lambda>()
66 if (KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
104 if (MigrateClocksToBlueprint.isEnabled || KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DFlagDependencies.kt28 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor in <lambda>()
60 ComposeLockscreen.token dependsOn KeyguardBottomAreaRefactor.token in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardIndicationAreaBinder.kt26 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor in <lambda>()
74 KeyguardBottomAreaRefactor.isEnabled) in <lambda>()
DKeyguardBlueprintViewBinder.kt26 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor in <lambda>()
58 !KeyguardBottomAreaRefactor.isEnabled && in <lambda>()
DKeyguardRootViewBinder.kt52 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor in <lambda>()
117 if (KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
166 KeyguardBottomAreaRefactor.isEnabled || DeviceEntryUdfpsRefactor.isEnabled in <lambda>()
171 if (KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardBottomAreaRefactor.kt25 object KeyguardBottomAreaRefactor { object
DKeyguardViewConfigurator.kt171 if (!KeyguardBottomAreaRefactor.isEnabled) { in bindIndicationArea()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt62 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor in <lambda>()
195 if (KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
240 if (!KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
284 if (KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
295 if (KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
381 if (!KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
414 if (KeyguardBottomAreaRefactor.isEnabled) { in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DLockSection.kt41 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor in <lambda>()
73 if (!KeyguardBottomAreaRefactor.isEnabled && !DeviceEntryUdfpsRefactor.isEnabled) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java134 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor;
1086 if (!KeyguardBottomAreaRefactor.isEnabled()) { in onFinishInflate()
1463 if (!KeyguardBottomAreaRefactor.isEnabled()) { in reInflateViews()
1504 if (!KeyguardBottomAreaRefactor.isEnabled()) { in reInflateViews()
1517 if (!KeyguardBottomAreaRefactor.isEnabled()) { in initBottomArea()
1706 if (!(MigrateClocksToBlueprint.isEnabled() || KeyguardBottomAreaRefactor.isEnabled())) { in updateClockAppearance()
2810 if (KeyguardBottomAreaRefactor.isEnabled()) { in updateKeyguardBottomAreaAlpha()
3022 if (KeyguardBottomAreaRefactor.isEnabled()) { in updateDozingVisibilities()
3252 if (KeyguardBottomAreaRefactor.isEnabled()) {
4572 if (!KeyguardBottomAreaRefactor.isEnabled()) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java69 import com.android.systemui.keyguard.KeyguardBottomAreaRefactor;
456 if (KeyguardBottomAreaRefactor.isEnabled() || MigrateClocksToBlueprint.isEnabled()) { in updateLockIconLocation()