Searched refs:animateDrawable (Results 1 – 1 of 1) sorted by relevance
326 Drawable animateDrawable = ((TextView) destView).getCompoundDrawables()[1]; in performCreateAnimation() local327 computePreviewDrawingParams(animateDrawable.getIntrinsicWidth(), in performCreateAnimation()332 animateFirstItem(animateDrawable, INITIAL_ITEM_ANIMATION_DURATION, false, null); in performCreateAnimation()340 Drawable animateDrawable = ((TextView) finalView).getCompoundDrawables()[1]; in performDestroyAnimation() local341 computePreviewDrawingParams(animateDrawable.getIntrinsicWidth(), in performDestroyAnimation()346 animateFirstItem(animateDrawable, FINAL_ITEM_ANIMATION_DURATION, true, in performDestroyAnimation()