Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DViewImage.java668 Animation inAnimation = AnimationUtils.loadAnimation(this, id); in makeInAnimation() local
669 return inAnimation; in makeInAnimation()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java1593 TranslateAnimation inAnimation = new TranslateAnimation( in switchViews() local
1606 inAnimation.setDuration(duration); in switchViews()
1607 inAnimation.setInterpolator(mHScrollInterpolator); in switchViews()
1611 mViewSwitcher.setInAnimation(inAnimation); in switchViews()