Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DDoorAnimationComponent.java107 final float closeAnimationLength = mSprite.findAnimation(Animation.CLOSING).getLength(); in close() local
109 if (timeSinceTriggered > mStayOpenTime + closeAnimationLength) { in close()
119 timeOffset = closeAnimationLength - mSprite.getCurrentAnimationTime(); in close()