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.java161 protected AnimationEffects mCurrentAnimationEffects = null; field in ModeListView.ModeListState
187 return mCurrentAnimationEffects; in getCurrentAnimationEffects()
880 mCurrentAnimationEffects = effect; in SelectedState()
892 mCurrentAnimationEffects.startAnimation(new AnimatorListenerAdapter() { in startModeSelectionAnimation()
895 mCurrentAnimationEffects = null; in startModeSelectionAnimation()
903 if (!mCurrentAnimationEffects.cancelAnimation()) { in hide()
904 mCurrentAnimationEffects = null; in hide()