Searched refs:currentEffects (Results 1 – 1 of 1) sorted by relevance
1405 AnimationEffects currentEffects = currentState.getCurrentAnimationEffects(); in draw() local1406 if (currentEffects != null) { in draw()1407 currentEffects.drawBackground(canvas); in draw()1408 if (currentEffects.shouldDrawSuper()) { in draw()1411 currentEffects.drawForeground(canvas); in draw()