/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/view/ |
D | FooterViewTest.java | 47 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor; 64 return FlagsParameterization.allCombinationsOf(FooterViewRefactor.FLAG_NAME); in getFlags() 101 @DisableFlags(FooterViewRefactor.FLAG_NAME) 110 @DisableFlags(FooterViewRefactor.FLAG_NAME) 135 @EnableFlags(FooterViewRefactor.FLAG_NAME) 154 @DisableFlags(FooterViewRefactor.FLAG_NAME) 163 @EnableFlags(FooterViewRefactor.FLAG_NAME) 182 @DisableFlags(FooterViewRefactor.FLAG_NAME) 191 @EnableFlags(FooterViewRefactor.FLAG_NAME) 210 @DisableFlags(FooterViewRefactor.FLAG_NAME) [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/ |
D | FooterView.java | 45 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor; 150 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) return; in setClearAllButtonText() 167 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in setClearAllButtonDescription() 186 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) return; in setManageOrHistoryButtonText() 203 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in setManageOrHistoryButtonDescription() 223 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) return; in setMessageString() 241 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) return; in setMessageIcon() 274 if (!FooterViewRefactor.isEnabled()) { in onFinishInflate() 284 if (FooterViewRefactor.isEnabled()) { in setFooterLabelVisible() 310 if (FooterViewRefactor.isEnabled()) { in setClearAllButtonClickListener() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | StackCoordinatorTest.kt | 36 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor 109 @EnableFlags(FooterViewRefactor.FLAG_NAME) 116 @DisableFlags(FooterViewRefactor.FLAG_NAME) 125 @DisableFlags(FooterViewRefactor.FLAG_NAME) 136 @DisableFlags(FooterViewRefactor.FLAG_NAME) 145 @DisableFlags(FooterViewRefactor.FLAG_NAME) 156 @EnableFlags(FooterViewRefactor.FLAG_NAME) 167 FooterViewRefactor.FLAG_NAME, 181 @EnableFlags(FooterViewRefactor.FLAG_NAME) 192 FooterViewRefactor.FLAG_NAME,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationListViewModel.kt | 26 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor in <lambda>() 76 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>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 118 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor; 241 if (!FooterViewRefactor.isEnabled()) { 257 if (!FooterViewRefactor.isEnabled()) { 312 if (!FooterViewRefactor.isEnabled()) { 322 if (!FooterViewRefactor.isEnabled()) { 344 if (!FooterViewRefactor.isEnabled()) { 395 if (!FooterViewRefactor.isEnabled()) { 404 if (!FooterViewRefactor.isEnabled()) { 415 if (!FooterViewRefactor.isEnabled()) { 818 if (!FooterViewRefactor.isEnabled()) { in setUpView() [all …]
|
D | NotificationStackScrollLayout.java | 107 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor; 688 if (!FooterViewRefactor.isEnabled()) { in onFinishInflate() 725 if (!FooterViewRefactor.isEnabled()) { in reinflateViews() 734 FooterViewRefactor.assertInLegacyMode(); in setIsRemoteInputActive() 741 FooterViewRefactor.assertInLegacyMode(); in setHasFilteredOutSeenNotifications() 747 FooterViewRefactor.assertInLegacyMode(); in updateFooter() 760 FooterViewRefactor.assertInLegacyMode(); in shouldShowDismissView() 765 FooterViewRefactor.assertInLegacyMode(); in shouldShowFooterView() 1714 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { 1741 FooterViewRefactor.assertInLegacyMode(); [all …]
|
D | StackScrollAlgorithm.java | 36 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor; 651 if (FooterViewRefactor.isEnabled()) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | StackCoordinator.kt | 30 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor 61 if (FooterViewRefactor.isEnabled) { in onAfterRenderList() 66 if (NotificationIconContainerRefactor.isEnabled || FooterViewRefactor.isEnabled) { in onAfterRenderList()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 89 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor; 399 @DisableFlags(FooterViewRefactor.FLAG_NAME) 412 @DisableFlags(FooterViewRefactor.FLAG_NAME) 425 @DisableFlags(FooterViewRefactor.FLAG_NAME) 436 @DisableFlags(FooterViewRefactor.FLAG_NAME) 448 @DisableFlags(FooterViewRefactor.FLAG_NAME) 465 @DisableFlags(FooterViewRefactor.FLAG_NAME) 481 @DisableFlags(FooterViewRefactor.FLAG_NAME) 497 @DisableFlags(FooterViewRefactor.FLAG_NAME) 514 @DisableFlags(FooterViewRefactor.FLAG_NAME) [all …]
|
D | NotificationStackScrollLayoutControllerTest.java | 95 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor; 234 @DisableFlags(FooterViewRefactor.FLAG_NAME) 255 @DisableFlags(FooterViewRefactor.FLAG_NAME) 276 @DisableFlags(FooterViewRefactor.FLAG_NAME) 304 @DisableFlags(FooterViewRefactor.FLAG_NAME) 323 @DisableFlags(FooterViewRefactor.FLAG_NAME) 743 @DisableFlags(FooterViewRefactor.FLAG_NAME) 757 @DisableFlags(FooterViewRefactor.FLAG_NAME) 799 @DisableFlags(FooterViewRefactor.FLAG_NAME) 813 @DisableFlags(FooterViewRefactor.FLAG_NAME) [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/ |
D | FlagDependencies.kt | 33 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor in <lambda>() 52 FooterViewRefactor.token dependsOn NotificationIconContainerRefactor.token in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/ |
D | FooterViewModel.kt | 25 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor in <lambda>() 125 return if (FooterViewRefactor.isEnabled) { in provideOptional()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/shared/ |
D | FooterViewRefactor.kt | 25 object FooterViewRefactor { object
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/ |
D | SharedNotificationContainerBinder.kt | 32 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor in <lambda>() 78 if (!FooterViewRefactor.isEnabled) { in <lambda>()
|
D | NotificationListViewBinder.kt | 34 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor in <lambda>() 104 if (FooterViewRefactor.isEnabled) { in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/ |
D | FooterViewModelTest.kt | 41 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor 57 @EnableFlags(FooterViewRefactor.FLAG_NAME)
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImplTest.java | 47 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor; 290 @EnableFlags(FooterViewRefactor.FLAG_NAME)
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationListViewModelTest.kt | 42 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor 65 @EnableFlags(FooterViewRefactor.FLAG_NAME)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 91 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor; 992 if (!FooterViewRefactor.isEnabled()) { in updateQsState() 1060 if (FooterViewRefactor.isEnabled()) { in updateExpansion() 2242 boolean hasNotifications = FooterViewRefactor.isEnabled() in setTransitionToFullShadeAmount()
|
D | NotificationPanelViewController.java | 198 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor; 1392 if (!MigrateClocksToBlueprint.isEnabled() && !FooterViewRefactor.isEnabled()) { in onSplitShadeEnabledChanged() 1852 if (FooterViewRefactor.isEnabled()) { in hasVisibleNotifications() 3107 if (!FooterViewRefactor.isEnabled()) { in setBouncerShowing()
|