HomeSort by relevance Sort by last modified time
    Searched refs:playTogether (Results 1 - 25 of 64) sorted by null

1 2 3

  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 69 mAnimatorSet.playTogether(animatorArray);
82 mAnimatorSet.playTogether(animatorArray);
95 mAnimatorSet.playTogether(animatorArray);
118 mAnimatorSet.playTogether(animatorArray);
  /frameworks/base/core/java/android/transition/
Crossfade.java 234 set.playTogether(anim);
236 set.playTogether(anim1);
245 set.playTogether(anim2);
251 set.playTogether(anim3);
TransitionUtils.java 46 animatorSet.playTogether(animator1, animator2);
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
SlidingFragments.java 155 s.playTogether(movingFragmentAnimator, darkHoverViewAnimator, movingFragmentRotator);
186 s.playTogether(movingFragmentAnimator, movingFragmentRotator, darkHoverViewAnimator);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
RevealActivity.java 67 set.playTogether(animator);
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
CcBccView.java 78 ((AnimatorSet) fadeAnimation).playTogether(ccAnimator, bccAnimator);
  /packages/apps/Camera2/src/com/android/camera/widget/
ModeOptions.java 276 paddingAnimatorSet.playTogether(paddingAnimators);
280 mVisibleAnimator.playTogether(radiusAnimator, alphaAnimator, paddingAnimatorSet);
336 mHiddenAnimator.playTogether(radiusAnimator, alphaAnimator);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
AccessibilityTabModelListItem.java 476 set.playTogether(fadeOut, swipe);
494 set.playTogether(swipe, fadeIn, scaleX, scaleY, resetHeight);
511 set.playTogether(fadeOut, shrinkY, stretchX);
526 set.playTogether(shrinkHeight, shrinkY);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarTransitions.java 90 anims.playTogether(
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java 260 set.playTogether(animations);
288 set.playTogether(animations);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 40 set.playTogether(items);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AnimationHelper.java 228 mAnimatorSet.playTogether(animators);
  /packages/apps/Camera2/src/com/android/camera/
AnimationManager.java 89 mCaptureAnimator.playTogether(
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetCarousel.java 186 mChildrenTransformsAnimator.playTogether(anims);
267 mChildrenTransformsAnimator.playTogether(anims);
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 315 set1.playTogether(trans, alpha);
334 set2.playTogether(scroll1, trans2);
503 set.playTogether(trans, rot);
PhoneUi.java 321 inanim.playTogether(tx, ty, tr, tb, sx, title);
401 set1.playTogether(fade1, fade2);
416 set2.playTogether(l, t, r, b, scale);
NavigationBarTablet.java 278 mAnimation.playTogether(anim1, anim2, anim3);
305 combo.playTogether(anim1, anim2, anim3);
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 460 set.playTogether(oa, topOa, bottomOa);
462 set.playTogether(oa, leftOa, rightOa);
464 set.playTogether(oa, leftOa, rightOa, topOa, bottomOa);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 456 set.playTogether(oa, topOa, bottomOa);
458 set.playTogether(oa, leftOa, rightOa);
460 set.playTogether(oa, leftOa, rightOa, topOa, bottomOa);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 306 s.playTogether(animations);
498 s.playTogether(animations);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 321 mFocusAnimator.playTogether(backgroundColor, translation);
343 mFocusAnimator.playTogether(backgroundColor, translation);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
Picker.java 347 animSet.playTogether(animList);
388 animSet.playTogether(localAnimList);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationCloning.java 101 animation.playTogether(anim1, anim2, s1);
AnimationLoading.java 110 ((AnimatorSet) animation).playTogether(anim, fader, seq, colorizer);
AnimatorEvents.java 141 ((AnimatorSet) animation).playTogether(yAnim, xAnim);

Completed in 2095 milliseconds

1 2 3