Searched refs:mCurrentAnimationEffects (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java162 protected AnimationEffects mCurrentAnimationEffects = null; field in class:ModeListView.ModeListState
188 return mCurrentAnimationEffects;
886 mCurrentAnimationEffects = effect;
898 mCurrentAnimationEffects.startAnimation(new AnimatorListenerAdapter() {
901 mCurrentAnimationEffects = null;
909 if (!mCurrentAnimationEffects.cancelAnimation()) {
910 mCurrentAnimationEffects = null;

Completed in 43 milliseconds