HomeSort by relevance Sort by last modified time
    Searched defs:OPENING (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/resources/cryptotoken/
singlesigner.js 6 * @fileoverview A single gnubby signer wraps the process of opening a gnubby,
84 OPENING: 1,
112 this.state_ = SingleGnubbySigner.State.OPENING;
163 case SingleGnubbySigner.State.OPENING:
207 if (this.state_ != SingleGnubbySigner.State.OPENING &&
  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 28 public static final int OPENING = 3;
66 final float openAnimationLength = mSprite.findAnimation(Animation.OPENING).getLength();
80 // opening and closing animations are the same length.
92 mSprite.playAnimation(Animation.OPENING);
171 if (mSprite.getCurrentAnimation() == Animation.OPENING && mState == STATE_CLOSED) {

Completed in 1003 milliseconds