Home
last modified time | relevance | path

Searched refs:updateListener (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMotionHelper.java268 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/
DRemoteController.java91 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/
DSmartSelectSprite.java370 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/
DNotificationDozeHelper.java67 public void startIntensityAnimation(ValueAnimator.AnimatorUpdateListener updateListener, in startIntensityAnimation() argument
72 animator.addUpdateListener(updateListener); in startIntensityAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java405 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()