Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DOnBeforeTransformGroupsListener.java29 public interface OnBeforeTransformGroupsListener { interface
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipeline.kt25 … com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeTransformGroupsListener
138 fun addOnBeforeTransformGroupsListener(listener: OnBeforeTransformGroupsListener) {
H A DShadeListBuilder.java55 …com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeTransformGroupsListener;
125 private final NamedListenerSet<OnBeforeTransformGroupsListener>
184 void addOnBeforeTransformGroupsListener(OnBeforeTransformGroupsListener listener) { in addOnBeforeTransformGroupsListener()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java67 …com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeTransformGroupsListener;
112 @Spy private OnBeforeTransformGroupsListener mOnBeforeTransformGroupsListener;
1755 OnBeforeTransformGroupsListener listener = (list) -> invalidator.maybeInvalidate(); in testOutOfOrderPreGroupFilterInvalidationDoesNotThrowBeforeTooManyRuns()
1777 OnBeforeTransformGroupsListener listener = (list) -> invalidator.maybeInvalidate(); in testOutOfOrderPreGroupFilterInvalidationThrowsAfterTooManyRuns()
1802 OnBeforeTransformGroupsListener listener = (list) -> invalidator.maybeInvalidate(); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()
2251 OnBeforeTransformGroupsListener listener = (list) -> filter.invalidateList(null); in testInOrderPreRenderFilter()
2695 implements OnBeforeTransformGroupsListener {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt32 … com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeTransformGroupsListener
82 private lateinit var beforeTransformGroupsListener: OnBeforeTransformGroupsListener