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.java1405 AnimationEffects currentEffects = currentState.getCurrentAnimationEffects(); in draw() local
1406 if (currentEffects != null) { in draw()
1407 currentEffects.drawBackground(canvas); in draw()
1408 if (currentEffects.shouldDrawSuper()) { in draw()
1411 currentEffects.drawForeground(canvas); in draw()