Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DViewImage.java673 Animation outAnimation = AnimationUtils.loadAnimation(this, id); in makeOutAnimation() local
674 return outAnimation; in makeOutAnimation()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java1599 TranslateAnimation outAnimation = new TranslateAnimation( in switchViews() local
1608 outAnimation.setInterpolator(mHScrollInterpolator); in switchViews()
1609 outAnimation.setDuration(duration); in switchViews()
1610 outAnimation.setAnimationListener(new GotoBroadcaster(start, end)); in switchViews()
1612 mViewSwitcher.setOutAnimation(outAnimation); in switchViews()