Home
last modified time | relevance | path

Searched refs: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
448 postAnimation = () -> { in processAnimationEvents()
457 postAnimation = () -> { in processAnimationEvents()
464 startAnimation, postAnimation, getGlobalAnimationFinishedListener(), in processAnimationEvents()
556 Runnable postAnimation; in processAnimationEvents() local
566 postAnimation = () -> { in processAnimationEvents()
575 postAnimation = () -> { in processAnimationEvents()
592 startAnimation, postAnimation, in processAnimationEvents()
663 Runnable postAnimation; in processAnimationEvents() local
676 postAnimation = () -> { in processAnimationEvents()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java609 public void startTileReveal(Set<String> tilesToReveal, final Runnable postAnimation) { in startTileReveal() argument
642 postAnimation.run(); in startTileReveal()