Home
last modified time | relevance | path

Searched refs:cancelText (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
64 cancelText = (TextView) findViewById(R.id.cancelText); in onCreate()
65 cancelText.setAlpha(.5f); in onCreate()
150 cancelText.setAlpha(.5f); in startAnimation()
223 cancelText.setAlpha(1f); in onAnimationCancel()