Home
last modified time | relevance | path

Searched refs:isUnexpectedlyInLegacyMode (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/
DNotificationMinimalismPrototype.kt51 if (isUnexpectedlyInLegacyMode()) false
61 if (isUnexpectedlyInLegacyMode()) -1
74 inline fun isUnexpectedlyInLegacyMode() = in isUnexpectedlyInLegacyMode() method
75 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME) in isUnexpectedlyInLegacyMode()
102 if (isUnexpectedlyInLegacyMode()) false in isUnexpectedlyInLegacyMode()
115 inline fun isUnexpectedlyInLegacyMode() = in isUnexpectedlyInLegacyMode() method
116 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME) in isUnexpectedlyInLegacyMode()
DNotificationHeadsUpCycling.kt47 inline fun isUnexpectedlyInLegacyMode() = NotificationThrottleHun.isUnexpectedlyInLegacyMode() method
DNotificationAvalancheSuppression.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
DNotificationsHeadsUpRefactor.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
DNotificationIconContainerRefactor.kt43 inline fun isUnexpectedlyInLegacyMode() = method
44 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
DNotificationContentAlphaOptimization.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
DNotificationViewFlipperPausing.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
DNotificationsLiveDataStoreRefactor.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt76 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
92 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
123 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
146 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
218 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
229 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
239 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
249 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
259 if (NotificationsHeadsUpRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
267 if (NotificationsHeadsUpRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DSeenNotificationsInteractor.kt44 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) return in setTopOngoingNotification()
50 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) false in isTopOngoingNotification()
56 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) return in isTopOngoingNotification()
62 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) false
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/
DComposeLockscreen.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DSortBySectionTimeFlag.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardWmStateRefactor.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
DKeyguardBottomAreaRefactor.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
DMigrateClocksToBlueprint.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/flags/
DNewQsUI.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPredictiveBackSysUiFlag.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/shared/
DDeviceEntryUdfpsRefactor.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionRefactor.kt42 inline fun isUnexpectedlyInLegacyMode() = method
43 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/shared/
DConversationStyleSetAvatarAsync.kt43 inline fun isUnexpectedlyInLegacyMode() = method
44 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
DAsyncHybridViewInflation.kt43 inline fun isUnexpectedlyInLegacyMode() = method
44 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
DAsyncGroupHeaderViewInflation.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/shared/
DFooterViewRefactor.kt44 inline fun isUnexpectedlyInLegacyMode() = method
45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/shared/flag/
DDualShade.kt47 fun isUnexpectedlyInLegacyMode() = method
48 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, DESCRIPTION)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/
DDisplaySwitchNotificationsHiderFlag.kt43 inline fun isUnexpectedlyInLegacyMode() = method
44 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)

123