HomeSort by relevance Sort by last modified time
    Searched refs:animationFinished (Results 1 - 10 of 10) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
EnemyAnimationComponent.java 108 && mSprite.animationFinished()) {
124 if (mSprite.animationFinished()) {
NPCAnimationComponent.java 248 if (mSprite.animationFinished()) {
285 if (mSprite.animationFinished() || parentObject.getCurrentAction() != ActionType.ATTACK) {
312 if (mSprite.animationFinished()) {
348 if (mSprite.animationFinished()) {
360 if (mSprite.animationFinished()) {
DoorAnimationComponent.java 157 if (mState == STATE_OPENING && mSprite.animationFinished()) {
160 } else if (mState == STATE_CLOSING && mSprite.animationFinished()) {
SpriteComponent.java 158 public final boolean animationFinished() {
AnimationComponent.java 314 if (!mSprite.animationFinished()) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 135 void animationFinished(const String& name);
RenderBoxModelObject.h 189 void animationFinished(const String& name);
RenderLayerBacking.cpp     [all...]
RenderBoxModelObject.cpp 137 void RenderBoxModelObject::animationFinished(const String& name)
141 layer()->backing()->animationFinished(name);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
KeyframeAnimation.cpp 281 toRenderBoxModelObject(m_object)->animationFinished(m_keyframes.animationName());

Completed in 200 milliseconds