Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java229 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