Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBadgedImageView.java326 public void animateDotScale(float toScale, @Nullable Runnable after) { in animateDotScale() argument
330 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()
335 mAnimatingToDotScale = toScale; in animateDotScale()
337 final boolean showDot = toScale > 0f; in animateDotScale()