Searched refs:currentEffects (Results 1 – 1 of 1) sorted by relevance
1414 AnimationEffects currentEffects = currentState.getCurrentAnimationEffects(); in draw() local1415 if (currentEffects != null) { in draw()1416 currentEffects.drawBackground(canvas); in draw()1417 if (currentEffects.shouldDrawSuper()) { in draw()1420 currentEffects.drawForeground(canvas); in draw()