Searched refs:animationSet (Results 1 – 1 of 1) sorted by relevance
390 final AnimationSet animationSet = new AnimationSet( in trySlideAttachmentView() local392 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()