Searched refs:STATE_CLOSED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java36 public static final int STATE_CLOSED = 0; field in class:PanelBar
43 private int mState = STATE_CLOSED;
157 if (mState == STATE_CLOSED) {
179 } else if (fullyClosed && !mTracking && mState != STATE_CLOSED) {
180 go(STATE_CLOSED);
200 if (!waiting && mState != STATE_CLOSED) {
203 go(STATE_CLOSED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DUniverseBackground.java68 static final int STATE_CLOSED = 0; field in class:UniverseBackground
71 private int mState = STATE_CLOSED;
195 mState = STATE_CLOSED;
269 mState = STATE_CLOSED;
393 if (mState == STATE_CLOSED) {

Completed in 53 milliseconds