Home
last modified time | relevance | path

Searched refs:addAnimation (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingTaskView.java272 addAnimation(animation, startingBounds, endBounds, fadeWithThumbnail, isStagedTask, in addStagingAnimation()
285 addAnimation(animation, startingBounds, endBounds, fadeWithThumbnail, isStagedTask, in addConfirmAnimation()
294 public void addAnimation(PendingAnimation animation, RectF startingBounds, in addAnimation() method in FloatingTaskView
/packages/apps/Messaging/src/com/android/messaging/ui/
DMultiAttachmentLayout.java392 animationSet.addAnimation(new TranslateAnimation(xOffset, 0, yOffset, 0)); in trySlideAttachmentView()
393 animationSet.addAnimation(new ScaleAnimation(scaleX, 1, scaleY, 1)); in trySlideAttachmentView()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DCameraMediaChooser.java384 animation.addAnimation(alphaInAnimation); in showShutterEffect()
389 animation.addAnimation(alphaOutAnimation); in showShutterEffect()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCameraComposerFragment.java275 animation.addAnimation(alphaInAnimation); in showShutterEffect()
280 animation.addAnimation(alphaOutAnimation); in showShutterEffect()