Searched refs:mDotScaleAnim (Results 1 – 2 of 2) sorted by relevance
135 private Animator mDotScaleAnim; field in FolderIcon540 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()
183 private Animator mDotScaleAnim; field in BubbleTextView339 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()