Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java80 private float mAnimatingToDotScale = 0f; field in BadgedImageView
232 mAnimatingToDotScale = targetScale; in updateDotVisibility()
325 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()
330 mAnimatingToDotScale = toScale; in animateDotScale()