Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleView.java81 private float mAnimatingToDotScale; field in BubbleView
228 mAnimatingToDotScale = targetScale; in updateDotVisibility()
289 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()
294 mAnimatingToDotScale = toScale; in animateDotScale()