Home | History | Annotate | Download | only in calendar

Lines Matching refs:inAnimation

1864         TranslateAnimation inAnimation = new TranslateAnimation(
1877 inAnimation.setDuration(duration);
1878 inAnimation.setInterpolator(mHScrollInterpolator);
1882 mViewSwitcher.setInAnimation(inAnimation);