Searched refs:STATE_CLOSED (Results 1 – 5 of 5) sorted by relevance
38 public static final int STATE_CLOSED = 0; field in PanelBar45 private int mState = STATE_CLOSED;178 if (mState == STATE_CLOSED) { in panelExpansionChanged()195 } else if (fullyClosed && !mTracking && mState != STATE_CLOSED) { in panelExpansionChanged()196 go(STATE_CLOSED); in panelExpansionChanged()217 if (!waiting && mState != STATE_CLOSED) { in collapseAllPanels()220 go(STATE_CLOSED); in collapseAllPanels()
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()
58 private static final int STATE_CLOSED = 0; field in PageContentRepository83 mState = STATE_CLOSED; in PageContentRepository()101 mState = STATE_CLOSED; in close()189 if (mState != STATE_CLOSED) { in throwIfNotClosed()
68 private static final int STATE_CLOSED = 0; field in PageAdapter154 mState = STATE_CLOSED; in PageAdapter()276 mState = STATE_CLOSED; in close()764 if (mState != STATE_CLOSED) { in throwIfNotClosed()