Home
last modified time | relevance | path

Searched refs:cancelTextAnimator (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
72 cancelTextAnimator = (TextView) findViewById(R.id.cancelTextAnimator); in onCreate()
73 cancelTextAnimator.setAlpha(.5f); in onCreate()
154 cancelTextAnimator.setAlpha(.5f); in startAnimation()
225 cancelTextAnimator.setAlpha(1f); in onAnimationCancel()