Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java555 final Runnable tmpEndRunnable = endRunnable; in processAnimationEvents() local
569 if (tmpEndRunnable != null) { in processAnimationEvents()
570 tmpEndRunnable.run(); in processAnimationEvents()
577 if (tmpEndRunnable != null) { in processAnimationEvents()
578 tmpEndRunnable.run(); in processAnimationEvents()
662 final Runnable tmpEndRunnable = endRunnable; in processAnimationEvents() local
679 if (tmpEndRunnable != null) { in processAnimationEvents()
680 tmpEndRunnable.run(); in processAnimationEvents()
689 if (tmpEndRunnable != null) { in processAnimationEvents()
690 tmpEndRunnable.run(); in processAnimationEvents()