Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DOneTimeEndListener.java32 animation.removeEndListener(this); in onAnimationEnd()
/aosp14/frameworks/base/core/java/android/window/
H A DBackProgressAnimator.java143 mSpring.removeEndListener(this); in onBackCancelled()
/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/
H A DPhysicsBasedUnfoldTransitionProgressProvider.kt237 springAnimation.removeEndListener(this)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java469 Animator.AnimatorListener removeEndListener = new AnimatorListenerAdapter() { field in PasswordTextView.CharState
650 widthAnimator.addListener(removeEndListener); in startWidthDisappearAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java239 animation.removeEndListener(this);
680 animation.removeEndListener(this); in triggerBack()
H A DBackPanelController.kt231 animation.removeEndListener(this)
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
H A DDynamicAnimation.java471 public void removeEndListener(OnAnimationEndListener listener) { in removeEndListener() method in DynamicAnimation