Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DLayoutAnimationsHideShow.java144 final ObjectAnimator changeOut = ObjectAnimator.ofPropertyValuesHolder( in setupCustomAnimations() local
147 mTransitioner.setAnimator(LayoutTransition.CHANGE_DISAPPEARING, changeOut); in setupCustomAnimations()
148 changeOut.addListener(new AnimatorListenerAdapter() { in setupCustomAnimations()