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

1 2 3

  /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);
  /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/packages/SystemUI/src/com/android/systemui/charging/
WirelessChargingLayout.java 118 animatorSet.playTogether(textSizeAnimator, textOpacityAnimator, textFadeAnimator,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerHandleView.java 119 mAnimator.playTogether(widthAnimator, heightAnimator);
  /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);
  /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/animation/
AnimationLoading.java 141 ((AnimatorSet) animation).playTogether(anim, fader, seq, colorizer, animPvh,
AnimationCloning.java 101 animation.playTogether(anim1, anim2, s1);
MultiPropertyAnimation.java 133 ((AnimatorSet)bounceAnim).playTogether(yBouncer, yAlphaBouncer, whxyBouncer,
AnimatorEvents.java 141 ((AnimatorSet) animation).playTogether(yAnim, xAnim);
  /frameworks/base/core/java/android/transition/
TransitionUtils.java 49 animatorSet.playTogether(animator1, animator2);
ChangeBounds.java 367 set.playTogether(topLeftAnimator, bottomRightAnimator);
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetActivityTest.java 78 s1.playTogether(a1, a2, a3);
139 s2.playTogether(list);
247 s.playTogether(a1, a2, a3, a4);
376 s.playTogether(animators);
  /frameworks/support/transition/src/main/java/androidx/transition/
TransitionUtils.java 150 animatorSet.playTogether(animator1, animator2);
  /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);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFastScroller.java 218 animation.playTogether(trackSlide, thumbSlide);
247 mHideAnimation.playTogether(trackSlide, thumbSlide);
  /frameworks/base/core/java/com/android/internal/transition/
EpicenterTranslateClipReveal.java 242 animSet.playTogether(animX, animY, animZ);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrustDrawable.java 232 set.playTogether(alphaAnimator, sizeAnimator);
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioAnimationManager.java 226 animatorSet.playTogether(cornerRadiusAnimator, heightAnimator, widthAnimator, fabAnimator,
408 animatorSet.playTogether(cornerRadiusAnimator, heightAnimator, widthAnimator, fabAnimator,
RadioPresetsFragment.java 157 animatorSet.playTogether(containerAlphaAnimator, presetListAlphaAnimator);
204 animatorSet.playTogether(containerAlphaAnimator, presetListAlphaAnimator);
  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DetailsContentPresenter.java 248 fullTextAnimator.playTogether(expandAnimator, shiftAnimator);
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 342 moverSet.playTogether(currentMover, nextMover);

Completed in 893 milliseconds

1 2 3