Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java1414 AnimationEffects currentEffects = currentState.getCurrentAnimationEffects(); in draw() local
1415 if (currentEffects != null) { in draw()
1416 currentEffects.drawBackground(canvas); in draw()
1417 if (currentEffects.shouldDrawSuper()) { in draw()
1420 currentEffects.drawForeground(canvas); in draw()