Searched refs:animateDotScale (Results 1 – 2 of 2) sorted by relevance
230 animateDotScale(targetScale, null /* after */); in updateDotVisibility()294 animateDotScale(0f /* showDot */, () -> { in animateDotBadgePositions()297 animateDotScale(1.0f, null /* after */); in animateDotBadgePositions()326 public void animateDotScale(float toScale, @Nullable Runnable after) { in animateDotScale() method in BadgedImageView
1572 mBubbleOverflow.getIconView().animateDotScale(expanding ? 1 : 0f, () -> { in updateOverflowDotVisibility()