Searched refs:mIsolatedIconAnimationEndRunnable (Results 1 – 1 of 1) sorted by relevance
174 @Nullable private Runnable mIsolatedIconAnimationEndRunnable; field in NotificationIconContainer698 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()