Home
last modified time | relevance | path

Searched refs: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
414 postAnimation = () -> { in processAnimationEvents()
420 postAnimation = () -> { in processAnimationEvents()
428 postAnimation, null); in processAnimationEvents()
487 Runnable postAnimation = endRunnable; in processAnimationEvents() local
493 postAnimation = () -> { in processAnimationEvents()
501 postAnimation, getGlobalAnimationFinishedListener()); in processAnimationEvents()
/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() argument
586 postAnimation.run(); in startTileReveal()