Searched refs:animationHandler (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | LockscreenShadeTransitionController.kt | 236 val animationHandler = { delay: Long -> regex 426 val animationHandler: ((Long) -> Unit)? 429 animationHandler = null 432 animationHandler = { delay: Long -> 436 goToLockedShadeInternal(expandedView, animationHandler, 456 animationHandler: ((Long) -> Unit)? = null, 484 if (animationHandler != null) { 488 animationHandlerOnKeyguardDismiss = animationHandler 504 logger.logGoingToLockedShade(animationHandler != null) 512 if (animationHandler != null) { [all …]
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | ActivityManagerWrapper.java | 171 final RecentsAnimationListener animationHandler, final Consumer<Boolean> resultCallback, in startRecentsActivity() argument 173 boolean result = startRecentsActivity(intent, eventTime, animationHandler); in startRecentsActivity() 188 Intent intent, long eventTime, RecentsAnimationListener animationHandler) { in startRecentsActivity() argument 191 if (animationHandler != null) { in startRecentsActivity() 203 animationHandler.onAnimationStart(controllerCompat, appsCompat, in startRecentsActivity() 209 animationHandler.onAnimationCanceled( in startRecentsActivity() 220 animationHandler.onTasksAppeared(compats); in startRecentsActivity()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
H A D | PhysicsAnimator.kt | 515 flingAnim.animationHandler = 516 customAnimationHandler ?: flingAnim.animationHandler 535 springAnim.animationHandler != customAnimationHandler) { 541 springAnim.animationHandler = 542 customAnimationHandler ?: springAnim.animationHandler 602 springAnim.animationHandler = 603 customAnimationHandler ?: springAnim.animationHandler
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | ValueAnimator.java | 1701 public void setAnimationHandler(@Nullable AnimationHandler animationHandler) { in setAnimationHandler() argument 1702 mAnimationHandler = animationHandler; in setAnimationHandler()
|