Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java377 private View mNeedingPulseAnimation; field in NotificationStackScrollLayout
4427 mNeedingPulseAnimation = animated ? getFirstChildNotGone() : null;
4438 if (mNeedingPulseAnimation != null) {
4441 mAnimationEvents.add(new AnimationEvent(mNeedingPulseAnimation, type));
4442 mNeedingPulseAnimation = null;