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

  /external/webrtc/webrtc/libjingle/xmpp/
asyncsocket.h 28 STATE_CLOSING, //!< Socket is closing but can have buffered data
  /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/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar 

Completed in 57 milliseconds