Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBadgedImageView.java155 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