Searched refs:animationSet (Results 1 – 2 of 2) 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()
249 AnimatorSet animationSet = new AnimatorSet(); in bindItems() local255 animationSet.play(ObjectAnimator.ofFloat(icon, SCALE_PROPERTY, 0.2f, 1)); in bindItems()259 animationSet.addListener( in bindItems()261 animationSet.start(); in bindItems()