Searched refs:slideAnimation (Results 1 – 1 of 1) sorted by relevance
798 final ObjectAnimator slideAnimation = ObjectAnimator.ofInt(this, "controlsOffset", in onOptionsItemSelected() local801 slideAnimation.setDuration(mCalendarControlsAnimationTime); in onOptionsItemSelected()803 slideAnimation.start(); in onOptionsItemSelected()1116 final ObjectAnimator slideAnimation = ObjectAnimator.ofInt(this, in handleEvent() local1118 slideAnimation.addListener(mSlideAnimationDoneListener); in handleEvent()1119 slideAnimation.setDuration(mCalendarControlsAnimationTime); in handleEvent()1121 slideAnimation.start(); in handleEvent()1136 final ObjectAnimator slideAnimation = ObjectAnimator.ofInt(this, in handleEvent() local1138 slideAnimation.setDuration(mCalendarControlsAnimationTime); in handleEvent()1140 slideAnimation.start(); in handleEvent()