Home
last modified time | relevance | path

Searched refs:animationSet (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DMultiAttachmentLayout.java390 final AnimationSet animationSet = new AnimationSet( in trySlideAttachmentView() local
392 animationSet.addAnimation(new TranslateAnimation(xOffset, 0, yOffset, 0)); in trySlideAttachmentView()
393 animationSet.addAnimation(new ScaleAnimation(scaleX, 1, scaleY, 1)); in trySlideAttachmentView()
394 animationSet.setDuration( in trySlideAttachmentView()
396 animationSet.setInterpolator(UiUtils.DEFAULT_INTERPOLATOR); in trySlideAttachmentView()
397 view.startAnimation(animationSet); in trySlideAttachmentView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java249 AnimatorSet animationSet = new AnimatorSet(); in bindItems() local
255 animationSet.play(ObjectAnimator.ofFloat(icon, SCALE_PROPERTY, 0.2f, 1)); in bindItems()
259 animationSet.addListener( in bindItems()
261 animationSet.start(); in bindItems()