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

  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 66 final float openAnimationLength = mSprite.findAnimation(Animation.OPENING).getLength();
107 final float closeAnimationLength = mSprite.findAnimation(Animation.CLOSING).getLength();
SpriteComponent.java 88 currentAnimation = findAnimation(currentAnimIndex);
149 public final SpriteAnimation findAnimation(int index) {
NPCAnimationComponent.java 172 && mSprite.findAnimation(TAKE_HIT) != null) {
179 if (mSprite.findAnimation(RUN_START) != null) {
GameObjectFactory.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java 311 final RecoverAnimation animation = findAnimation(event);
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java 309 final RecoverAnimation animation = findAnimation(event);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 1450 milliseconds