Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java2773 updateAnimationState(false, child); in onViewRemovedInternal()
3050 updateAnimationState(child); in onViewAddedInternal()
3090 updateAnimationState(running, child); in updateNotificationAnimationStates()
3094 void updateAnimationState(View child) { in updateAnimationState() method
3095 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications()) in updateAnimationState()
3125 private void updateAnimationState(boolean running, View child) { in updateAnimationState() method
4186 updateAnimationState(view); in onChildHeightReset()