Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java165 private Runnable mDelayedAnimation; field in BubbleStackView
2314 mDelayedAnimation = () -> { in animateExpansion()
2349 mMainExecutor.executeDelayed(mDelayedAnimation, startDelay); in animateExpansion()
2508 mMainExecutor.removeCallbacks(mDelayedAnimation); in cancelDelayedExpandCollapseSwitchAnimations()