Home
last modified time | relevance | path

Searched refs:endTextAnimator (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimatorEvents.java51 TextView startTextAnimator, repeatTextAnimator, cancelTextAnimator, endTextAnimator; field in AnimatorEvents
74 endTextAnimator = (TextView) findViewById(R.id.endTextAnimator); in onCreate()
75 endTextAnimator.setAlpha(.5f); in onCreate()
155 endTextAnimator.setAlpha(.5f); in startAnimation()
217 endTextAnimator.setAlpha(1f); in onAnimationEnd()