Searched refs:animateDotScale (Results 1 – 1 of 1) sorted by relevance
229 animateDotScale(targetScale, null /* after */); in updateDotVisibility()294 animateDotScale(0f /* showDot */, () -> { in animateDotBadgePositions()296 animateDotScale(1.0f, null /* after */); in animateDotBadgePositions()321 private void animateDotScale(float toScale, @Nullable Runnable after) { in animateDotScale() method in BadgedImageView