Home
last modified time | relevance | path

Searched refs:FooterViewRefactor (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterViewTest.java47 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/
DFooterView.java45 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/
DStackCoordinatorTest.kt36 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/
DNotificationListViewModel.kt26 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/
DNotificationStackScrollLayoutController.java118 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 …]
DNotificationStackScrollLayout.java107 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 …]
DStackScrollAlgorithm.java36 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/
DStackCoordinator.kt30 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/
DNotificationStackScrollLayoutTest.java89 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 …]
DNotificationStackScrollLayoutControllerTest.java95 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/
DFlagDependencies.kt33 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/
DFooterViewModel.kt25 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/
DFooterViewRefactor.kt25 object FooterViewRefactor { object
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DSharedNotificationContainerBinder.kt32 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor in <lambda>()
78 if (!FooterViewRefactor.isEnabled) { in <lambda>()
DNotificationListViewBinder.kt34 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/
DFooterViewModelTest.kt41 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor
57 @EnableFlags(FooterViewRefactor.FLAG_NAME)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplTest.java47 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/
DNotificationListViewModelTest.kt42 import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor
65 @EnableFlags(FooterViewRefactor.FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java91 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()
DNotificationPanelViewController.java198 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()