Searched refs:destView (Results 1 – 2 of 2) sorted by relevance
133 Drawable prepareCreateAnimation(final View destView) { in prepareCreateAnimation() argument134 Drawable animateDrawable = destView instanceof AppPairIcon in prepareCreateAnimation()135 ? ((AppPairIcon) destView).getIconDrawableArea().getDrawable() in prepareCreateAnimation()136 : ((BubbleTextView) destView).getIcon(); in prepareCreateAnimation()138 destView.getMeasuredWidth()); in prepareCreateAnimation()
301 public Drawable prepareCreateAnimation(final View destView) { in prepareCreateAnimation() argument302 return mPreviewItemManager.prepareCreateAnimation(destView); in prepareCreateAnimation()305 public void performCreateAnimation(final ItemInfo destInfo, final View destView, in performCreateAnimation() argument309 prepareCreateAnimation(destView); in performCreateAnimation()