Home
last modified time | relevance | path

Searched defs:postAnimation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java439 Runnable postAnimation; in processAnimationEvents() local
556 Runnable postAnimation; in processAnimationEvents() local
663 Runnable postAnimation; in processAnimationEvents() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java609 public void startTileReveal(Set<String> tilesToReveal, final Runnable postAnimation) { in startTileReveal()