Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DDoorAnimationComponent.java66 final float openAnimationLength = mSprite.findAnimation(Animation.OPENING).getLength(); in open() local
70 if (timeSinceTriggered > openAnimationLength) { in open()
84 timeOffset = openAnimationLength - mSprite.getCurrentAnimationTime(); in open()