Searched refs:textAnimator (Results 1 – 3 of 3) sorted by relevance
58 val textAnimator = regex64 textAnimator.setTextStyle(weight = 400, animate = true)88 val textAnimator = regex94 textAnimator.setTextStyle(weight = 400, animate = false)116 val textAnimator = regex122 textAnimator.setTextStyle(149 val textAnimator = regex155 textAnimator.setTextStyle(weight = 400, animate = true)159 textAnimator.setTextStyle(weight = 700, animate = true)163 textAnimator.setTextStyle(weight = 400, animate = true)
456 ValueAnimator textAnimator; field in PasswordTextView.CharState501 textAnimator = null;630 if (textAnimator != null) { in swapToDotWhenAppearFinished()632 - textAnimator.getCurrentPlayTime(); in swapToDotWhenAppearFinished()658 cancelAnimator(textAnimator); in startTextDisappearAnimation()661 textAnimator.addListener(textFinishListener); in startTextDisappearAnimation()664 textAnimator.setStartDelay(startDelay); in startTextDisappearAnimation()665 textAnimator.start(); in startTextDisappearAnimation()694 cancelAnimator(textAnimator); in startTextAppearAnimation()697 textAnimator.addListener(textFinishListener); in startTextAppearAnimation()[all …]
78 private var textAnimator: TextAnimator? = null167 textAnimator?.updateLayout(layout)184 val animator = textAnimator200 textAnimator?.draw(canvas)278 if (isAnimationEnabled && textAnimator == null) {304 if (textAnimator == null || textAnimator!!.isRunning()) {384 if (textAnimator != null) {385 textAnimator?.setTextStyle(395 textAnimator?.glyphFilter = glyphFilter402 textAnimator?.setTextStyle([all …]