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

  /external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 42 STATE_CLOSED = 0, //!< Socket is not open.
xmppengine.h 173 STATE_CLOSED, //!< Session closed, possibly due to error.
  /external/chromium/net/spdy/
spdy_proxy_client_socket.h 115 STATE_CLOSED
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
Channel.java 44 public static final int STATE_CLOSED = 4;
  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 32 protected static final int STATE_CLOSED = 0;
56 mState = STATE_CLOSED;
112 mState = STATE_CLOSED;
145 && (mState == STATE_CLOSED || mState == STATE_CLOSING)) {
162 mState = STATE_CLOSED;
171 if (mSprite.getCurrentAnimation() == Animation.OPENING && mState == STATE_CLOSED) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 36 public static final int STATE_CLOSED = 0;
43 private int mState = STATE_CLOSED;
147 if (mState == STATE_CLOSED) {
169 } else if (fullyClosed && !mTracking && mState != STATE_CLOSED) {
170 go(STATE_CLOSED);
190 if (!waiting && mState != STATE_CLOSED) {
193 go(STATE_CLOSED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
UniverseBackground.java 68 static final int STATE_CLOSED = 0;
71 private int mState = STATE_CLOSED;
195 mState = STATE_CLOSED;
269 mState = STATE_CLOSED;
393 if (mState == STATE_CLOSED) {
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 205 milliseconds