Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java151 @Nullable Runnable afterAnimation) { in animateExpansion() argument
191 if (afterAnimation != null) { in animateExpansion()
192 afterAnimation.run(); in animateExpansion()