Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBadgedImageView.java66 private float mAnimatingToDotScale = 0f; field in BadgedImageView
158 mAnimatingToDotScale = targetScale; in updateDotVisibility()
252 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()
257 mAnimatingToDotScale = toScale; in animateDotScale()