Home
last modified time | relevance | path

Searched refs:startAnimationForEvents (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimatorTest.kt84 stackStateAnimator.startAnimationForEvents(arrayListOf(event), 0) in startAnimationForEvents_headsUpFromTop_startsHeadsUpAppearAnim()
108 stackStateAnimator.startAnimationForEvents(arrayListOf(event), 0) in startAnimationForEvents_headsUpFromBottom_startsHeadsUpAppearAnim()
127 stackStateAnimator.startAnimationForEvents(arrayListOf(event), 0) in startAnimationForEvents_startsHeadsUpDisappearAnim()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java146 public void startAnimationForEvents( in startAnimationForEvents() method in StackStateAnimator
DNotificationStackScrollLayout.java3166 mStateAnimator.startAnimationForEvents(mAnimationEvents, mGoToFullShadeDelay); in startAnimationToState()