Searched refs:textAnimator (Results 1 – 2 of 2) sorted by relevance
63 val textAnimator = TextAnimator(layout, {}).apply { regex68 textAnimator.setTextStyle(95 val textAnimator = TextAnimator(layout, {}).apply { regex100 textAnimator.setTextStyle(125 val textAnimator = TextAnimator(layout, {}).apply { regex130 textAnimator.setTextStyle(156 val textAnimator = TextAnimator(layout, {}).apply { regex161 textAnimator.setTextStyle(168 textAnimator.setTextStyle(175 textAnimator.setTextStyle(
400 ValueAnimator textAnimator; field in PasswordTextView.CharState447 textAnimator = null;526 cancelAnimator(textAnimator); in reset()527 textAnimator = null; in reset()591 if (textAnimator != null) { in swapToDotWhenAppearFinished()619 cancelAnimator(textAnimator); in startTextDisappearAnimation()622 textAnimator.addListener(textFinishListener); in startTextDisappearAnimation()625 textAnimator.setStartDelay(startDelay); in startTextDisappearAnimation()626 textAnimator.start(); in startTextDisappearAnimation()655 cancelAnimator(textAnimator); in startTextAppearAnimation()[all …]