Searched refs:STATE_CLOSED (Results 1 – 6 of 6) sorted by relevance
44 public static final int STATE_CLOSED = 0; field in PanelBar49 private int mState = STATE_CLOSED;75 go(bundle.getInt(STATE, STATE_CLOSED)); in onRestoreInstanceState()177 if (mState == STATE_CLOSED) { in panelExpansionChanged()189 } else if (fullyClosed && !mTracking && mState != STATE_CLOSED) { in panelExpansionChanged()190 go(STATE_CLOSED); in panelExpansionChanged()210 if (!waiting && mState != STATE_CLOSED) { in collapsePanel()213 go(STATE_CLOSED); in collapsePanel()223 return mState == STATE_CLOSED; in isClosed()
38 private static final int STATE_CLOSED = 4; field in Filter.State395 return (mIsActive && !mState.check(State.STATE_CLOSED)); in inSchedulableState()617 mState.current = State.STATE_CLOSED; in performClose()626 if (mState.current == State.STATE_CLOSED) { in softReset()
85 public static final int STATE_CLOSED = 1; field in BlockingStateCallback139 setCurrentState(STATE_CLOSED); in onClosed()
66 private static final int STATE_CLOSED = 0; field in PageContentRepository92 mState = STATE_CLOSED; in PageContentRepository()110 mState = STATE_CLOSED; in close()212 if (mState != STATE_CLOSED) { in throwIfNotClosed()
73 private static final int STATE_CLOSED = 0; field in PageAdapter160 mState = STATE_CLOSED; in PageAdapter()294 mState = STATE_CLOSED; in close()832 if (mState != STATE_CLOSED) { in throwIfNotClosed()
19 import static com.android.ex.camera2.blocking.BlockingStateCallback.STATE_CLOSED;638 mCameraListener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in closeDevice()