Searched refs:iconUpdateAnimation (Results 1 – 1 of 1) sorted by relevance
62 ValueAnimator iconUpdateAnimation = ValueAnimator.ofInt(originalAlpha, 0); in animateIconUpdate() local63 iconUpdateAnimation.setDuration(375); in animateIconUpdate()64 iconUpdateAnimation.addUpdateListener(valueAnimator -> { in animateIconUpdate()70 iconUpdateAnimation.addListener(new AnimatorListenerAdapter() { in animateIconUpdate()76 iconUpdateAnimation.start(); in animateIconUpdate()