Searched refs:textAnimator (Results 1 – 3 of 3) sorted by relevance
58 val textAnimator = in testAnimationStarted() constant64 textAnimator.setTextStyle(weight = 400, animate = true) in testAnimationStarted()88 val textAnimator = in testAnimationNotStarted() constant94 textAnimator.setTextStyle(weight = 400, animate = false) in testAnimationNotStarted()116 val textAnimator = in testAnimationEnded() constant122 textAnimator.setTextStyle( in testAnimationEnded()149 val textAnimator = in testCacheTypeface() constant155 textAnimator.setTextStyle(weight = 400, animate = true) in testCacheTypeface()159 textAnimator.setTextStyle(weight = 700, animate = true) in testCacheTypeface()163 textAnimator.setTextStyle(weight = 400, animate = true) in testCacheTypeface()
329 ValueAnimator textAnimator; field in PasswordTextView.CharState375 textAnimator = null;454 (currentTextSizeFactor > 0.0f && textAnimator == null) || (textAnimator != null in startRemoveAnimation()474 mShowPassword && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()507 if (textAnimator != null) { in swapToDotWhenAppearFinished()509 textAnimator.getDuration() - textAnimator.getCurrentPlayTime(); in swapToDotWhenAppearFinished()535 cancelAnimator(textAnimator); in startTextDisappearAnimation()536 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 0.0f); in startTextDisappearAnimation()537 textAnimator.addUpdateListener(mTextSizeUpdater); in startTextDisappearAnimation()538 textAnimator.addListener(textFinishListener); in startTextDisappearAnimation()[all …]
88 private var textAnimator: TextAnimator? = null in <lambda>() variable205 textAnimator?.updateLayout(layout) in <lambda>()239 textAnimator?.let { animator -> animator.updateLayout(layout, textSize) } in <lambda>()241 textAnimator = in <lambda>()270 textAnimator?.draw(canvas) in <lambda>()344 if (textAnimator == null) { in <lambda>()371 if (textAnimator == null || textAnimator!!.isRunning()) { in <lambda>()449 textAnimator?.let { in <lambda>()463 onTextAnimatorInitialized = { textAnimator -> in <lambda>() method464 textAnimator.setTextStyle( in <lambda>()[all …]