Searched refs:playTogether (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DCrossfade.java234 set.playTogether(anim);
236 set.playTogether(anim1);
245 set.playTogether(anim2);
251 set.playTogether(anim3);
H A DTransitionUtils.java48 animatorSet.playTogether(animator1, animator2);
H A DChangeBounds.java335 set.playTogether(topLeftAnimator, bottomRightAnimator);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarTransitions.java90 anims.playTogether(
H A DTrustDrawable.java242 set.playTogether(alphaAnimator, sizeAnimator);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRevealActivity.java94 set.playTogether(animator);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetCarousel.java186 mChildrenTransformsAnimator.playTogether(anims);
267 mChildrenTransformsAnimator.playTogether(anims);
H A DPagedView.java1542 anim.playTogether(
2172 anim.playTogether(
2194 mZoomInOutAnim.playTogether(
2344 mZoomInOutAnim.playTogether(
2506 anim.playTogether(
2514 slideAnimations.playTogether(animations);
2621 motionAnim.playTogether(
2628 alphaAnim.playTogether(
2638 anim.playTogether(animations);
H A DKeyguardWidgetPager.java729 mChildrenOutlineFadeAnimation.playTogether(anims);
823 mZoomInOutAnim.playTogether(
851 mZoomInOutAnim.playTogether(
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java329 mFocusAnimator.playTogether(backgroundColor, translation);
351 mFocusAnimator.playTogether(backgroundColor, translation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java421 set1.playTogether(
429 set2.playTogether(
/frameworks/base/core/java/android/widget/
H A DFastScroller.java825 mDecorAnimation.playTogether(fadeOut, slideOut);
848 mDecorAnimation.playTogether(fadeIn, fadeOut, slideIn);
869 mDecorAnimation.playTogether(fadeIn, slideIn);
H A DRadialTimePickerView.java1112 mTransition.playTogether(mHoursToMinutesAnims);
1147 mTransition.playTogether(mMinuteToHoursAnims);
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java29 * either the {@link AnimatorSet#playTogether(Animator[]) playTogether()} or
139 public void playTogether(Animator... items) { method in class:AnimatorSet
154 public void playTogether(Collection<Animator> items) { method in class:AnimatorSet
1099 * use the {@link AnimatorSet#playTogether(Animator[]) playTogether()} and {@link
H A DAnimatorInflater.java609 parent.playTogether(animsArray);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java549 mTransition.playTogether(anims);

Completed in 1575 milliseconds