Home
last modified time | relevance | path

Searched refs:playTogether (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/transition/
DCrossfade.java234 set.playTogether(anim); in createAnimator()
236 set.playTogether(anim1); in createAnimator()
245 set.playTogether(anim2); in createAnimator()
251 set.playTogether(anim3); in createAnimator()
DTransitionUtils.java48 animatorSet.playTogether(animator1, animator2); in mergeAnimators()
DChangeBounds.java335 set.playTogether(topLeftAnimator, bottomRightAnimator); in createAnimator()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardWidgetCarousel.java186 mChildrenTransformsAnimator.playTogether(anims);
267 mChildrenTransformsAnimator.playTogether(anims);
DPagedView.java1542 anim.playTogether( in onTouchEvent()
2172 anim.playTogether( in animateDragViewToOriginalPosition()
2194 mZoomInOutAnim.playTogether( in zoomOut()
2344 mZoomInOutAnim.playTogether( in zoomIn()
2506 anim.playTogether( in createPostDeleteAnimationRunnable()
2514 slideAnimations.playTogether(animations); in createPostDeleteAnimationRunnable()
2621 motionAnim.playTogether(
2628 alphaAnim.playTogether(
2638 anim.playTogether(animations);
DKeyguardWidgetPager.java729 mChildrenOutlineFadeAnimation.playTogether(anims);
823 mZoomInOutAnim.playTogether(
851 mZoomInOutAnim.playTogether(
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DRevealActivity.java94 set.playTogether(animator); in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarTransitions.java90 anims.playTogether( in applyMode()
DTrustDrawable.java242 set.playTogether(alphaAnimator, sizeAnimator); in makeAnimators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java329 mFocusAnimator.playTogether(backgroundColor, translation); in onTaskViewFocusChanged()
351 mFocusAnimator.playTogether(backgroundColor, translation); in onTaskViewFocusChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java421 set1.playTogether(
429 set2.playTogether(
/frameworks/base/core/java/android/animation/
DAnimatorSet.java139 public void playTogether(Animator... items) { in playTogether() method in AnimatorSet
154 public void playTogether(Collection<Animator> items) { in playTogether() method in AnimatorSet
DAnimatorInflater.java609 parent.playTogether(animsArray); in createAnimatorFromXml()
/frameworks/base/core/java/android/widget/
DFastScroller.java825 mDecorAnimation.playTogether(fadeOut, slideOut); in transitionToHidden()
848 mDecorAnimation.playTogether(fadeIn, fadeOut, slideIn); in transitionToVisible()
869 mDecorAnimation.playTogether(fadeIn, slideIn); in transitionToDragging()
DRadialTimePickerView.java1112 mTransition.playTogether(mHoursToMinutesAnims); in startHoursToMinutesAnimation()
1147 mTransition.playTogether(mMinuteToHoursAnims); in startMinutesToHoursAnimation()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialPickerLayout.java549 mTransition.playTogether(anims); in setCurrentItemShowing()
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd892 animSetXY.playTogether(animX, animY);
/frameworks/base/api/
Dsystem-current.txt2963 method public void playTogether(android.animation.Animator...);
2964 method public void playTogether(java.util.Collection<android.animation.Animator>);
Dcurrent.txt2886 method public void playTogether(android.animation.Animator...);
2887 method public void playTogether(java.util.Collection<android.animation.Animator>);