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.kt1227 val inAnimation = TranslateAnimation( in switchViews() constant
1240 inAnimation.setDuration(duration) in switchViews()
1241 inAnimation.setInterpolator(mHScrollInterpolator) in switchViews()
1245 mViewSwitcher.setInAnimation(inAnimation) in switchViews()