Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java321 private void animateDotScale(float toScale, @Nullable Runnable after) { in animateDotScale() argument
325 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()
330 mAnimatingToDotScale = toScale; in animateDotScale()
332 final boolean showDot = toScale > 0f; in animateDotScale()