/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 195 play(a, anim); in getAnimator() 198 play(a, getAnimator(mFolder, View.TRANSLATION_X, xDistance, 0f)); in getAnimator() 199 play(a, getAnimator(mFolder, View.TRANSLATION_Y, yDistance, 0f)); in getAnimator() 200 play(a, getAnimator(mFolder.mContent, SCALE_PROPERTY, initialScale, finalScale)); in getAnimator() 201 play(a, getAnimator(mFolder.mFooter, SCALE_PROPERTY, initialScale, finalScale)); in getAnimator() 202 play(a, getAnimator(mFolderBackground, "color", initialColor, finalColor)); in getAnimator() 203 play(a, mFolderIcon.mFolderName.createTextAlphaAnimator(!mIsOpening)); in getAnimator() 204 play(a, getShape().createRevealAnimator( in getAnimator() 208 play(a, getAnimator(mFolder.mFolderName, View.ALPHA, 0, 1), in getAnimator() 216 play(a, getAnimator(mFolder.mFooter, View.TRANSLATION_Y, -diff, 0f)); in getAnimator() [all …]
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | RingerTest.java | 141 when(mockRingtonePlayer.play(any(RingtoneFactory.class), any(Call.class), in setUp() 166 verify(mockRingtonePlayer, never()).play(any(RingtoneFactory.class), any(Call.class), in testNoActionInTheaterMode() 184 verify(mockRingtonePlayer, never()).play(any(RingtoneFactory.class), any(Call.class), in testNoActionWithExternalRinger() 200 verify(mockRingtonePlayer, never()).play(any(RingtoneFactory.class), any(Call.class), in testNoActionWhenDialerRings() 217 verify(mockRingtonePlayer, never()).play(any(RingtoneFactory.class), any(Call.class), in testAudioFocusStillAcquiredWhenDialerRings() 233 verify(mockRingtonePlayer, never()).play(any(RingtoneFactory.class), any(Call.class), in testNoActionWhenCallIsSelfManaged() 252 verify(mockRingtonePlayer, never()).play(any(RingtoneFactory.class), any(Call.class), in testCallWaitingButNoRingForSpecificContacts() 269 verify(mockRingtonePlayer).play( in testNoVibrateDueToAudioCoupledHaptics() 286 verify(mockRingtonePlayer, never()).play(any(RingtoneFactory.class), any(Call.class), in testVibrateButNoRingForNullRingtone() 305 verify(mockRingtonePlayer, never()).play(any(RingtoneFactory.class), any(Call.class), in testVibrateButNoRingForSilentRingtone() [all …]
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/ |
D | PawAnswerHint.java | 112 answerGestureHintAnim.play(fadeIn).after(puckUpDelayMillis); in onBounceStart() 113 answerGestureHintAnim.play(swipeUp).after(fadeIn); in onBounceStart() 117 .play(fadeOut) in onBounceStart() 139 set.play(createFadeInScaleAndAlpha(payloadView)); in createFadeIn() 161 set.play(scale).with(alpha); in createFadeInScaleAndAlpha() 167 set.play(createFadeOutScaleAndAlpha(payloadView, FADE_OUT_DELAY_SCALE_SMALL_MILLIS)); in createFadeOut() 189 set.play(scale).with(alpha); in createFadeOutScaleAndAlpha() 225 set.play(scaleX).with(scaleY).after(delay); in createUniformScaleAnimator()
|
D | DotAnswerHint.java | 106 answerGestureHintAnim.play(fadeIn).after(puckUpDelayMillis); in onBounceStart() 107 answerGestureHintAnim.play(swipeUp).after(fadeIn); in onBounceStart() 111 .play(fadeOut) in onBounceStart() 139 set.play( in createFadeIn() 180 set.play(scale).with(alpha); in createFadeInScaleAndAlpha() 186 set.play( in createFadeOut() 234 set.play(scale).with(alpha); in createFadeOutScaleAndAlpha() 273 set.play(scaleX).with(scaleY).after(delay); in createUniformScaleAnimator()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepAppTransitionManagerImpl.java | 296 anim.play(getOpeningWindowAnimators(v, targets, windowTargetBounds, in composeIconLaunchAnimator() 302 anim.play(launcherContentAnimator.first); in composeIconLaunchAnimator() 379 launcherAnimator.play(alpha); in getLauncherContentAnimator() 380 launcherAnimator.play(transY); in getLauncherContentAnimator() 389 launcherAnimator.play(ObjectAnimator.ofFloat(allAppsController, ALL_APPS_PROGRESS, in getLauncherContentAnimator() 398 launcherAnimator.play(alpha); in getLauncherContentAnimator() 404 launcherAnimator.play(transY); in getLauncherContentAnimator() 712 anim.play(contentAnimator.first); 723 workspaceAnimator.play(ObjectAnimator.ofFloat(mDragLayer, View.TRANSLATION_Y, 727 workspaceAnimator.play(ObjectAnimator.ofFloat( [all …]
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/ |
D | LauncherAppTransitionManagerImpl.java | 91 anim.play(getRecentsWindowAnimator(taskView, skipLauncherChanges, targets, helper) in composeRecentsLaunchAnimator() 125 anim.play(launcherAnim); in composeRecentsLaunchAnimator() 142 anim.play(alpha); in composeViewContentAnimator() 148 anim.play(transY); in composeViewContentAnimator() 188 anim.play(hotseatAnim); in createStateElementAnimation() 189 anim.play(springAnim); in createStateElementAnimation()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AsyncRingtonePlayer.java | 78 public void play(Uri ringtoneUri, long crescendoDuration) { in play() method in AsyncRingtonePlayer 143 if (getPlaybackDelegate().play(mContext, ringtoneUri, crescendoDuration)) { in getNewHandler() 245 boolean play(Context context, Uri ringtoneUri, long crescendoDuration); 279 public boolean play(final Context context, Uri ringtoneUri, long crescendoDuration) { 476 public boolean play(Context context, Uri ringtoneUri, long crescendoDuration) { 566 mRingtone.play();
|
D | ItemAnimator.java | 283 pendingAnimatorSet.play(removeAnimatorSet).before(changeAnimatorSet); in runPendingAnimations() 284 pendingAnimatorSet.play(removeAnimatorSet).before(moveAnimatorSet); in runPendingAnimations() 285 pendingAnimatorSet.play(changeAnimatorSet).with(moveAnimatorSet); in runPendingAnimations() 286 pendingAnimatorSet.play(addAnimatorSet).after(changeAnimatorSet); in runPendingAnimations() 287 pendingAnimatorSet.play(addAnimatorSet).after(moveAnimatorSet); in runPendingAnimations()
|
D | MoveScreensaverRunnable.java | 126 hide.play(getAlphaAnimator(mSaverView, 1f, 0f)) in run() 133 show.play(getAlphaAnimator(mSaverView, 0f, 1f)) in run() 145 all.play(show).after(hide); in run()
|
D | DeskClock.java | 253 .play(hideFabAnimation) in onCreate() 259 .play(showFabAnimation) in onCreate() 266 .play(showFabAnimation) in onCreate() 272 .play(leftShowAnimation) in onCreate()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
D | FlingUpDownMethod.java | 665 lockEntryAnim.play(textUp).with(puckScaleUp).with(puckUp); in startSwipeToAnswerEntryAnimation() 668 lockEntryAnim.play(textDown).with(puckDown).with(puckScaleDown).after(puckUp); in startSwipeToAnswerEntryAnimation() 670 lockEntryAnim.play(rejectTextShow).after(puckUp); in startSwipeToAnswerEntryAnimation() 818 .play(textUp) in createBreatheAnimation() 826 .play(puckDown) in createBreatheAnimation() 874 .play(puckScale) in startSwipeToAnswerSettleAnimation() 1013 lockHintAnim.play(puckAnticipate).with(puckResetTranslation).before(puckUp); in startSwipeToAnswerHintAnimation() 1015 .play(textUp) in startSwipeToAnswerHintAnimation() 1020 lockHintAnim.play(textDown).with(puckDown).with(puckScaleDown).with(rejectHintUp).after(puckUp); in startSwipeToAnswerHintAnimation() 1116 animatorSet.play(vibrationAnimator).after(0 /* delay */); in addVibrationAnimator()
|
D | TwoButtonMethod.java | 205 animatorSet.play(animator).with(createViewHideAnimation()); in answerCall() 229 animatorSet.play(animator).with(createViewHideAnimation()); in rejectCall() 259 .play(answerButtonHide) in createViewHideAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | PropertySetter.java | 67 mStateAnimator.play(anim); in setViewAlpha() 78 mStateAnimator.play(anim); in setFloat() 89 mStateAnimator.play(anim); in setInt()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/ |
D | IconRecentsView.java | 489 clearAnim.play(itemAnim); in animateClearAllTasks() 511 clearAnim.play(contentAlpha); in animateClearAllTasks() 629 mLayoutAnimation.play(alphaAnim); in animateFadeInLayoutAnimation() 685 anim.play(remoteHomeAnim); in playRemoteHomeToRecentsAnimation() 705 anim.play(ValueAnimator.ofInt(0, 1).setDuration(REMOTE_APP_TO_OVERVIEW_DURATION)); in playRemoteAppToRecentsAnimation() 751 anim.play(transYAnim); in playRemoteTransYAnim() 839 anim.play(remoteAppAnim); in playRemoteAppScaleDownAnim() 893 anim.play(fadeAnim); in playRemoteTaskListFadeIn()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | NavBarToHomeTouchController.java | 143 anim.play(pullback); in initCurrentAnimation() 150 builder.play(allAppsProgress); in initCurrentAnimation() 157 anim.play(builder.build()); in initCurrentAnimation() 164 anim.play(hintCloseAnim); in initCurrentAnimation()
|
D | NoButtonQuickSwitchTouchController.java | 252 xOverviewAnim.play(ObjectAnimator.ofFloat(recentsView, View.TRANSLATION_X, in setupOverviewAnimators() 254 xOverviewAnim.play(ObjectAnimator.ofFloat( in setupOverviewAnimators() 275 yAnimation.play(translateYAnim); in setupOverviewAnimators() 276 yAnimation.play(scaleAnim); in setupOverviewAnimators() 277 yAnimation.play(fullscreenProgressAnim); in setupOverviewAnimators()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | AppToOverviewAnimationProvider.java | 111 anim.play(ValueAnimator.ofInt(0, 1).setDuration(getRecentsLaunchDuration())); in createWindowAnimation() 134 anim.play(ValueAnimator.ofInt(0, 1).setDuration(getRecentsLaunchDuration())); in createWindowAnimation() 141 anim.play(ValueAnimator.ofInt(0, 1).setDuration(getRecentsLaunchDuration())); in createWindowAnimation()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | AppToOverviewAnimationProvider.java | 113 anim.play(ValueAnimator.ofInt(0, 1).setDuration(RECENTS_LAUNCH_DURATION)); in createWindowAnimation() 124 anim.play(ValueAnimator.ofInt(0, 1).setDuration(RECENTS_LAUNCH_DURATION)); in createWindowAnimation() 167 anim.play(valueAnimator); in createWindowAnimation()
|
D | FallbackActivityControllerHelper.java | 113 animatorSet.play(anim); in prepareHomeUI() 155 animatorSet.play(anim); 160 animatorSet.play(anim);
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | Beeper.java | 115 currentBeep.play(); in beep() 169 public void play() { in play() method in Beeper.BeepRecord 285 mRingtone.play(); in playViaRingtoneManager()
|
/packages/apps/Camera2/src/com/android/camera/ui/focus/ |
D | FocusSound.java | 42 public void play() { in play() method in FocusSound 44 mPlayer.play(mSoundId, DEFAULT_VOLUME); in play()
|
/packages/apps/TV/src/com/android/tv/ |
D | TimeShiftManager.java | 236 public void play() { in play() method in TimeShiftManager 242 mPlayController.play(); in play() 669 TimeShiftManager.this.play(); in PlayController() 732 TimeShiftManager.this.play(); in handleGetCurrentPosition() 739 TimeShiftManager.this.play(); in handleGetCurrentPosition() 753 void play() { in play() method in TimeShiftManager.PlayController 771 play(); in togglePlayPause()
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationFooterLayout.java | 170 animation.play(moveAndScaleIcon); in animateFirstNotificationTo() 181 animation.play(ObjectAnimator.ofFloat(iconFromOverflow, ALPHA, 0, 1)); in animateFirstNotificationTo() 192 animation.play(shiftChild); in animateFirstNotificationTo()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | SoundPlayer.java | 65 public void play(int resourceId, float volume) { in play() method in SoundPlayer 70 mSoundPool.play(soundId, volume, volume, 0 /* priority */, 0 /* loop */, 1 /* rate */); in play()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | TaskMenuView.java | 250 mOpenCloseAnimator.play(revealAnimator); in animateOpenOrClosed() 251 mOpenCloseAnimator.play(ObjectAnimator.ofFloat(mTaskView.getThumbnail(), DIM_ALPHA, in animateOpenOrClosed() 266 mOpenCloseAnimator.play(ObjectAnimator.ofFloat(this, ALPHA, closing ? 0 : 1)); in animateOpenOrClosed()
|