Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java126 @Nullable Runnable afterAnimation) { in animateExpansion()
256 @Nullable Runnable afterAnimation) { in animateSwitch()
586 @Nullable Runnable afterAnimation) { in animateConvert()
DBubbleBarLayerView.java385 final Runnable afterAnimation = () -> { in animateExpand() local