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

  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 34 protected static final int STATE_CLOSING = 2;
79 if (mState == STATE_CLOSING) {
122 mState = STATE_CLOSING;
145 && (mState == STATE_CLOSED || mState == STATE_CLOSING)) {
160 } else if (mState == STATE_CLOSING && mSprite.animationFinished()) {
173 mState = STATE_CLOSING;
  /external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 43 STATE_CLOSING, //!< Socket is closing but can have buffered data

Completed in 47 milliseconds