Searched refs:animateDotScale (Results 1 – 1 of 1) sorted by relevance
155 animateDotScale(targetScale, null /* after */); in updateDotVisibility()225 animateDotScale(0f /* showDot */, () -> { in setDotPositionOnLeft()227 animateDotScale(1.0f, null /* after */); in setDotPositionOnLeft()248 private void animateDotScale(float toScale, @Nullable Runnable after) { in animateDotScale() method in BadgedImageView