Home
last modified time | relevance | path

Searched refs:iconUpdateAnimation (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DPlaceHolderIconDrawable.java62 ValueAnimator iconUpdateAnimation = ValueAnimator.ofInt(originalAlpha, 0); in animateIconUpdate() local
63 iconUpdateAnimation.setDuration(375); in animateIconUpdate()
64 iconUpdateAnimation.addUpdateListener(valueAnimator -> { in animateIconUpdate()
70 iconUpdateAnimation.addListener(new AnimatorListenerAdapter() { in animateIconUpdate()
76 iconUpdateAnimation.start(); in animateIconUpdate()