Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java409 Runnable postAnimation = changingView::removeFromTransientContainer; in processAnimationEvents() local
487 Runnable postAnimation = endRunnable; in processAnimationEvents() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java553 public void startTileReveal(Set<String> tilesToReveal, final Runnable postAnimation) { in startTileReveal()