Home
last modified time | relevance | path

Searched refs:applyCombination (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAnimationFilter.java110 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) { in applyCombination() method in AnimationFilter
H A DStackStateAnimator.java133 mAnimationFilter.applyCombination(mNewEvents); in startAnimationForEvents()