Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java2765 updateAnimationState(false, child); in onViewRemovedInternal()
3028 updateAnimationState(child); in onViewAddedInternal()
3068 updateAnimationState(running, child); in updateNotificationAnimationStates()
3072 void updateAnimationState(View child) { in updateAnimationState() method
3073 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications()) in updateAnimationState()
3099 private void updateAnimationState(boolean running, View child) { in updateAnimationState() method
4237 updateAnimationState(view); in onChildHeightReset()