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.java152 private Runnable mLeadBubbleEndAction; field in ExpandedAnimationController
182 mLeadBubbleEndAction = leadBubbleEndAction; in expandFromStack()
337 isLeadBubble ? mLeadBubbleEndAction : null /* endAction */, in startOrUpdatePathAnimation()
338 () -> mLeadBubbleEndAction = null /* endAction */) in startOrUpdatePathAnimation()