Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java174 @Nullable private Runnable mIsolatedIconAnimationEndRunnable; field in NotificationIconContainer
698 mIsolatedIconAnimationEndRunnable = onAnimationEnd; in showIconIsolatedAnimated()
865 if (mIsolatedIconAnimationEndRunnable == null) return null; in getEndAction()
866 final Runnable endRunnable = mIsolatedIconAnimationEndRunnable; in getEndAction()
869 if (mIsolatedIconAnimationEndRunnable == endRunnable) { in getEndAction()
870 mIsolatedIconAnimationEndRunnable = null; in getEndAction()