Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java187 public AnimationEffects getCurrentAnimationEffects() { in getCurrentAnimationEffects() method in ModeListView.ModeListState
1353 if (mCurrentStateManager.getCurrentState().getCurrentAnimationEffects() != null) { in onLayout()
1354 mCurrentStateManager.getCurrentState().getCurrentAnimationEffects().setSize( in onLayout()
1414 AnimationEffects currentEffects = currentState.getCurrentAnimationEffects(); in draw()