Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java135 private Animator mDotScaleAnim; field in FolderIcon
540 if (mDotScaleAnim != null) { in cancelDotScaleAnim()
541 mDotScaleAnim.cancel(); in cancelDotScaleAnim()
547 mDotScaleAnim = ObjectAnimator.ofFloat(this, DOT_SCALE_PROPERTY, dotScales); in animateDotScale()
548 mDotScaleAnim.addListener(new AnimatorListenerAdapter() { in animateDotScale()
551 mDotScaleAnim = null; in animateDotScale()
554 mDotScaleAnim.start(); in animateDotScale()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java183 private Animator mDotScaleAnim; field in BubbleTextView
339 if (mDotScaleAnim != null) { in cancelDotScaleAnim()
340 mDotScaleAnim.cancel(); in cancelDotScaleAnim()
346 mDotScaleAnim = ObjectAnimator.ofFloat(this, DOT_SCALE_PROPERTY, dotScales); in animateDotScale()
347 mDotScaleAnim.addListener(new AnimatorListenerAdapter() { in animateDotScale()
350 mDotScaleAnim = null; in animateDotScale()
353 mDotScaleAnim.start(); in animateDotScale()