Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DPlayerSetupActivity.java320 final SkewableTextView nextView, final Runnable endAction) { in slideToNext() argument
331 nextView.setVisibility(View.VISIBLE); in slideToNext()
332 nextView.setSkewX(-.5f); in slideToNext()
333 nextView.setTranslationX(mContainer.getWidth()); in slideToNext()
335 ObjectAnimator nextMover = ObjectAnimator.ofFloat(nextView, View.TRANSLATION_X, 0); in slideToNext()
338 ObjectAnimator nextSkewer = ObjectAnimator.ofFloat(nextView, "skewX", 0); in slideToNext()