Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java150 private final ShellExecutor mDelayedAnimationExecutor; field in BubbleStackView
754 mDelayedAnimationExecutor = mainExecutor; in BubbleStackView()
1931 mDelayedAnimationExecutor.executeDelayed(mDelayedAnimation, startDelay); in animateExpansion()
2101 mDelayedAnimationExecutor.executeDelayed(() -> { in animateSwitchBubbles()
2131 mDelayedAnimationExecutor.removeCallbacks(mDelayedAnimation); in cancelDelayedExpandCollapseSwitchAnimations()