Searched refs:animationHandler (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | ActivityManagerWrapper.java | 155 final RecentsAnimationListener animationHandler, final Consumer<Boolean> resultCallback, in startRecentsActivity() argument 157 boolean result = startRecentsActivity(intent, eventTime, animationHandler); in startRecentsActivity() 172 Intent intent, long eventTime, RecentsAnimationListener animationHandler) { in startRecentsActivity() argument 175 if (animationHandler != null) { in startRecentsActivity() 187 animationHandler.onAnimationStart(controllerCompat, appsCompat, in startRecentsActivity() 193 animationHandler.onAnimationCanceled( in startRecentsActivity() 199 animationHandler.onTaskAppeared(new RemoteAnimationTargetCompat(app)); in startRecentsActivity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | LockscreenShadeTransitionController.kt | 202 val animationHandler = { delay: Long -> in <lambda>() constant 221 goToLockedShadeInternal(startingChild, animationHandler, cancelRunnable) in <lambda>() 383 val animationHandler: ((Long) -> Unit)? in <lambda>() constant 386 animationHandler = null in <lambda>() 389 animationHandler = { delay: Long -> in <lambda>() 393 goToLockedShadeInternal(expandedView, animationHandler, in <lambda>() 413 animationHandler: ((Long) -> Unit)? = null, in <lambda>() 440 if (animationHandler != null) { in <lambda>() 444 animationHandlerOnKeyguardDismiss = animationHandler in <lambda>() 462 if (animationHandler != null) { in <lambda>() [all …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
D | PhysicsAnimator.kt | 515 flingAnim.animationHandler = in startInternal() 516 customAnimationHandler ?: flingAnim.animationHandler in startInternal() 535 springAnim.animationHandler != customAnimationHandler) { in startInternal() 541 springAnim.animationHandler = in startInternal() 542 customAnimationHandler ?: springAnim.animationHandler in startInternal() 602 springAnim.animationHandler = in startInternal() 603 customAnimationHandler ?: springAnim.animationHandler in startInternal()
|
/frameworks/base/core/java/android/animation/ |
D | ValueAnimator.java | 1701 public void setAnimationHandler(@Nullable AnimationHandler animationHandler) { in setAnimationHandler() argument 1702 mAnimationHandler = animationHandler; in setAnimationHandler()
|