Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimatorEvents.java50 TextView startText, repeatText, cancelText, endText; field in AnimatorEvents
62 repeatText = (TextView) findViewById(R.id.repeatText); in onCreate()
63 repeatText.setAlpha(.5f); in onCreate()
149 repeatText.setAlpha(.5f); in startAnimation()
231 repeatText.setAlpha(1f); in onAnimationRepeat()