Home
last modified time | relevance | path

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

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