Searched refs:updateListener (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipMotionHelper.java | 268 AnimatorUpdateListener updateListener) { in animateToClosestMinimizedState() argument 274 if (updateListener != null) { in animateToClosestMinimizedState() 275 mBoundsAnimator.addUpdateListener(updateListener); in animateToClosestMinimizedState() 286 AnimatorUpdateListener updateListener, AnimatorListener listener, in flingToSnapTarget() argument 296 if (updateListener != null) { in flingToSnapTarget() 297 mBoundsAnimator.addUpdateListener(updateListener); in flingToSnapTarget() 310 Rect animateToClosestSnapTarget(Rect movementBounds, AnimatorUpdateListener updateListener, in animateToClosestSnapTarget() argument 317 if (updateListener != null) { in animateToClosestSnapTarget() 318 mBoundsAnimator.addUpdateListener(updateListener); in animateToClosestSnapTarget()
|
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 91 public RemoteController(Context context, OnClientUpdateListener updateListener) in RemoteController() argument 93 this(context, updateListener, null); in RemoteController() 105 public RemoteController(Context context, OnClientUpdateListener updateListener, Looper looper) in RemoteController() argument 110 if (updateListener == null) { in RemoteController() 123 mOnClientUpdateListener = updateListener; in RemoteController()
|
/frameworks/base/core/java/android/widget/ |
D | SmartSelectSprite.java | 370 final ValueAnimator.AnimatorUpdateListener updateListener = in startAnimation() local 409 cornerAnimators.add(createCornerAnimator(shape, updateListener)); in startAnimation() 424 cornerAnimators, updateListener, onAnimationEnd); in startAnimation() 438 final ValueAnimator.AnimatorUpdateListener updateListener, in createAnimator() argument 455 rightBoundaryAnimator.addUpdateListener(updateListener); in createAnimator() 456 leftBoundaryAnimator.addUpdateListener(updateListener); in createAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationDozeHelper.java | 67 public void startIntensityAnimation(ValueAnimator.AnimatorUpdateListener updateListener, in startIntensityAnimation() argument 72 animator.addUpdateListener(updateListener); in startIntensityAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 405 AnimatorUpdateListener updateListener = new AnimatorUpdateListener() { in dismissChild() local 412 Animator anim = getViewTranslationAnimator(animView, newPos, updateListener); in dismissChild() 469 AnimatorUpdateListener updateListener = new AnimatorUpdateListener() { in snapChild() local 476 Animator anim = getViewTranslationAnimator(animView, targetLeft, updateListener); in snapChild()
|