Searched refs:STATE_CLOSED (Results 1 – 6 of 6) sorted by relevance
42 public static final int STATE_CLOSED = 0; field in PanelBar47 private int mState = STATE_CLOSED;73 go(bundle.getInt(STATE, STATE_CLOSED)); in onRestoreInstanceState()168 if (mState == STATE_CLOSED) { in panelExpansionChanged()180 } else if (fullyClosed && !mTracking && mState != STATE_CLOSED) { in panelExpansionChanged()181 go(STATE_CLOSED); in panelExpansionChanged()201 if (!waiting && mState != STATE_CLOSED) { in collapsePanel()204 go(STATE_CLOSED); in collapsePanel()214 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()