Home
last modified time | relevance | path

Searched refs:startText (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
60 startText = (TextView) findViewById(R.id.startText); in onCreate()
61 startText.setAlpha(.5f); in onCreate()
148 startText.setAlpha(.5f); in startAnimation()
204 startText.setAlpha(1f); in onAnimationStart()