Home
last modified time | relevance | path

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

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