Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBadgedImageView.java248 private void animateDotScale(float toScale, @Nullable Runnable after) { in animateDotScale() argument
252 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()
257 mAnimatingToDotScale = toScale; in animateDotScale()
259 final boolean showDot = toScale > 0f; in animateDotScale()