Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java157 private Runnable mLeadBubbleEndAction; field in ExpandedAnimationController
170 mLeadBubbleEndAction = leadBubbleEndAction; in expandFromStack()
313 isLeadBubble ? mLeadBubbleEndAction : null /* endAction */, in startOrUpdatePathAnimation()
314 () -> mLeadBubbleEndAction = null /* endAction */) in startOrUpdatePathAnimation()