Searched refs:widthAnimator (Results 1 – 2 of 2) sorted by relevance
375 ValueAnimator widthAnimator; field in PasswordTextView.CharState432 widthAnimator = null;489 cancelAnimator(widthAnimator); in reset()490 widthAnimator = null; in reset()500 boolean widthNeedsAnimation = (currentWidthFactor > 0.0f && widthAnimator == null) in startRemoveAnimation()501 || (widthAnimator != null && widthAnimationIsGrowing); in startRemoveAnimation()518 boolean widthNeedsAnimation = (widthAnimator == null || !widthAnimationIsGrowing); in startAppearAnimation()566 cancelAnimator(widthAnimator); in startWidthDisappearAnimation()567 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 0.0f); in startWidthDisappearAnimation()568 widthAnimator.addUpdateListener(widthUpdater); in startWidthDisappearAnimation()[all …]
114 ObjectAnimator widthAnimator = ObjectAnimator.ofInt(this, WIDTH_PROPERTY, in animateToTarget() local119 mAnimator.playTogether(widthAnimator, heightAnimator); in animateToTarget()