Home
last modified time | relevance | path

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

/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTween.java535 if (targetValues.length > combinedAttrsLimit) throwCombinedAttrsLimitReached(); in target()
613 if (targetValues.length > combinedAttrsLimit) throwCombinedAttrsLimitReached(); in targetRelative()
789 if (combinedAttrsCnt > combinedAttrsLimit) throwCombinedAttrsLimitReached(); in build()
908 private void throwCombinedAttrsLimitReached() { in throwCombinedAttrsLimitReached() method in Tween