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

1 2 3 4 5

  /frameworks/base/core/java/android/transition/
Crossfade.java 234 set.playTogether(anim);
236 set.playTogether(anim1);
245 set.playTogether(anim2);
251 set.playTogether(anim3);
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
SlidingFragments.java 155 s.playTogether(movingFragmentAnimator, darkHoverViewAnimator, movingFragmentRotator);
186 s.playTogether(movingFragmentAnimator, movingFragmentRotator, darkHoverViewAnimator);
  /packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
HvacPanelRow.java 96 set.playTogether(alphaAnimator, translationYAnimator);
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
CcBccView.java 78 ((AnimatorSet) fadeAnimation).playTogether(ccAnimator, bccAnimator);
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 208 mAnimatorSet.playTogether(animatorArray);
223 set.playTogether(anim1, anim2);
297 set.playTogether(a1, a2);
376 mAnimatorSet.playTogether(animatorArray);
390 mAnimatorSet.playTogether(animatorArray);
427 set.playTogether(a1, a2);
550 set.playTogether(animators);
583 mAnimatorSet.playTogether(animatorArray);
654 set1.playTogether(animator1, animator2);
855 animatorSet.playTogether(animator)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarTransitions.java 90 anims.playTogether(
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
RevealActivity.java 94 set.playTogether(animator);
  /packages/apps/DeskClock/src/com/android/deskclock/
ItemAnimator.java 257 removeAnimatorSet.playTogether(mRemoveAnimatorsList);
261 addAnimatorSet.playTogether(mAddAnimatorsList);
265 changeAnimatorSet.playTogether(mChangeAnimatorsList);
269 moveAnimatorSet.playTogether(mMoveAnimatorsList);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
CollapsedAlarmViewHolder.java 189 alphaAnimatorSet.playTogether(
204 animatorSet.playTogether(alphaAnimatorSet, boundsAnimator);
210 alphaAnimatorSet.playTogether(
242 animatorSet.playTogether(alphaAnimatorSet, boundsAnimator, arrowAnimation);
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java 260 set.playTogether(animations);
288 set.playTogether(animations);
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioPresetsFragment.java 153 animatorSet.playTogether(containerAlphaAnimator, presetListAlphaAnimator);
200 animatorSet.playTogether(containerAlphaAnimator, presetListAlphaAnimator);
  /packages/apps/Camera2/src/com/android/camera/widget/
ModeOptions.java 313 paddingAnimatorSet.playTogether(paddingAnimators);
317 mVisibleAnimator.playTogether(radiusAnimator, alphaAnimator, paddingAnimatorSet);
373 mHiddenAnimator.playTogether(radiusAnimator, alphaAnimator);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 40 set.playTogether(items);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimationProps.java 112 anim.playTogether(animators);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerHandleView.java 119 mAnimator.playTogether(widthAnimator, heightAnimator);
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
OnboardingDemoFragment.java 106 set.playTogether(animators);
OnboardingDemoSupportFragment.java 109 set.playTogether(animators);
  /frameworks/support/transition/src/android/support/transition/
TransitionUtils.java 106 animatorSet.playTogether(animator1, animator2);
  /packages/apps/Camera2/src/com/android/camera/
AnimationManager.java 89 mCaptureAnimator.playTogether(
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceWearableConfigActivity.java 240 mShrinkAnimator.playTogether(mShrinkCircleAnimator, mShrinkLabelAnimator);
247 mExpandAnimator.playTogether(mExpandCircleAnimator, mExpandLabelAnimator);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceWearableConfigActivity.java 240 mShrinkAnimator.playTogether(mShrinkCircleAnimator, mShrinkLabelAnimator);
247 mExpandAnimator.playTogether(mExpandCircleAnimator, mExpandLabelAnimator);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceWearableConfigActivity.java 238 mShrinkAnimator.playTogether(mShrinkCircleAnimator, mShrinkLabelAnimator);
245 mExpandAnimator.playTogether(mExpandCircleAnimator, mExpandLabelAnimator);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
OnboardingFragment.java 761 mAnimator.playTogether(animators);
    [all...]
OnboardingSupportFragment.java 758 mAnimator.playTogether(animators);
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PagingIndicator.java 179 mShowAnimator.playTogether(createDotAlphaAnimator(0.0f, 1.0f),
183 mHideAnimator.playTogether(createDotAlphaAnimator(1.0f, 0.0f),
186 mAnimator.playTogether(mShowAnimator, mHideAnimator);

Completed in 1994 milliseconds

1 2 3 4 5