Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java130 private Runnable mPendingCleanupAction; field in ViewPropertyAnimator
430 mPendingCleanupAction = null; in cancel()
779 mPendingCleanupAction = new Runnable() { in withLayer()
845 || mPendingCleanupAction != null in hasActions()
872 if (mPendingCleanupAction != null) { in startAnimation()
873 mAnimatorCleanupMap.put(animator, mPendingCleanupAction); in startAnimation()
874 mPendingCleanupAction = null; in startAnimation()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67655 Landroid/view/ViewPropertyAnimator;->mPendingCleanupAction:Ljava/lang/Runnable;