Home
last modified time | relevance | path

Searched refs:isEntryReorderingAllowed (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DNotifStabilityManager.kt78 abstract fun isEntryReorderingAllowed(entry: ListEntry): Boolean regex
103 override fun isEntryReorderingAllowed(entry: ListEntry): Boolean = true
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DVisualStabilityCoordinatorTest.java374 assertThat(mNotifStabilityManager.isEntryReorderingAllowed(mEntry)).isFalse(); in testMovingVisibleHeadsUpNotAllowed()
390 assertThat(mNotifStabilityManager.isEntryReorderingAllowed(mEntry)).isTrue(); in testMovingInvisibleHeadsUpAllowed()
493 assertFalse(mNotifStabilityManager.isEntryReorderingAllowed(mEntry)); in testNotSuppressingEntryReorderingAnymoreWillInvalidate()
512 assertFalse(mNotifStabilityManager.isEntryReorderingAllowed(mEntry)); in testQueryingEntryReorderingButNotReportingReorderSuppressedDoesNotInvalidate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DVisualStabilityCoordinator.java177 public boolean isEntryReorderingAllowed(@NonNull ListEntry entry) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java1266 if (getStabilityManager().isEntryReorderingAllowed(entry)) { in getStableOrderRank()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java2798 public boolean isEntryReorderingAllowed(@NonNull ListEntry entry) { in isEntryReorderingAllowed() method in ShadeListBuilderTest.TestableStabilityManager