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/stack/
DNotificationStackScrollLayout.java2582 updateAnimationState(false, child); in onViewRemovedInternal()
2817 updateAnimationState(child); in onViewAddedInternal()
2848 updateAnimationState(running, child); in updateNotificationAnimationStates()
2852 private void updateAnimationState(View child) { in updateAnimationState() method in NotificationStackScrollLayout
2853 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications()) in updateAnimationState()
2858 private void updateAnimationState(boolean running, View child) { in updateAnimationState() method in NotificationStackScrollLayout
3440 updateAnimationState(view); in onReset()