Searched defs:updateAnimationState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1476 updateAnimationState(false, child);
1555 updateAnimationState(child);
1568 updateAnimationState(running, child);
1572 private void updateAnimationState(View child) { method in class:NotificationStackScrollLayout
1573 updateAnimationState(mAnimationsEnabled && mIsExpanded, child);
1577 private void updateAnimationState(boolean running, View child) { method in class:NotificationStackScrollLayout
1974 updateAnimationState(view);

Completed in 14 milliseconds