HomeSort by relevance Sort by last modified time
    Searched full:getcurrentanimation (Results 1 - 5 of 5) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
ButtonAnimationComponent.java 54 if (mSprite.getCurrentAnimation() == Animation.UP) {
DoorAnimationComponent.java 171 if (mSprite.getCurrentAnimation() == Animation.OPENING && mState == STATE_CLOSED) {
SpriteComponent.java 214 public final int getCurrentAnimation() {
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
AnimatedFloat.java 86 public ObjectAnimator getCurrentAnimation() {
WindowTransformSwipeHandler.java 326 if (mCurrentShift.getCurrentAnimation() != null) {
327 ObjectAnimator anim = mCurrentShift.getCurrentAnimation();
    [all...]

Completed in 1173 milliseconds