Home
last modified time | relevance | path

Searched refs:STATE_CLOSED (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeExpansionStateManager.kt44 @PanelState private var state: Int = STATE_CLOSED
104 fun isClosed(): Boolean = state == STATE_CLOSED
132 if (this.state == STATE_CLOSED) {
141 } else if (fullyClosed && !tracking && this.state != STATE_CLOSED) {
142 updateStateInternal(STATE_CLOSED)
231 @IntDef(value = [STATE_CLOSED, STATE_OPENING, STATE_OPEN])
234 const val STATE_CLOSED = 0
241 STATE_CLOSED -> "CLOSED"
H A DNotificationPanelViewController.java34 import static com.android.systemui.shade.ShadeExpansionStateManagerKt.STATE_CLOSED;
501 private int mCurrentPanelState = STATE_CLOSED;
1925 getShadeExpansionStateManager().updateState(STATE_CLOSED); in collapse()
4756 if (state == STATE_CLOSED) { in onPanelStateChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DShadeExpansionStateManagerTest.kt139 assertThat(listener.state).isEqualTo(STATE_CLOSED)
206 assertThat(listener.state).isEqualTo(STATE_CLOSED)
243 @PanelState var previousState: Int = STATE_CLOSED
244 @PanelState var state: Int = STATE_CLOSED
H A DNotificationPanelViewControllerTest.java22 import static com.android.systemui.shade.ShadeExpansionStateManagerKt.STATE_CLOSED;
914 mShadeExpansionStateManager.updateState(STATE_CLOSED); in testQsToBeImmediatelyExpandedWhenOpeningPanelInSplitShade()
924 mShadeExpansionStateManager.updateState(STATE_CLOSED); in testQsNotToBeImmediatelyExpandedWhenGoingFromUnlockedToLocked()
936 mShadeExpansionStateManager.updateState(STATE_CLOSED); in testQsImmediateResetsWhenPanelOpensOrCloses()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DSipDialogState.java38 @IntDef(prefix = "STATE_", value = {STATE_EARLY, STATE_CONFIRMED, STATE_CLOSED})
54 public static final int STATE_CLOSED = 2; field in SipDialogState
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilter.java38 private static final int STATE_CLOSED = 4; field in Filter.State
395 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()
/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreSession.java90 static final int STATE_CLOSED = 0; field in BlobStoreSession
118 private int mState = STATE_CLOSED;
410 closeSession(STATE_CLOSED, false /* sendCallback */); in close()
431 if (state == STATE_CLOSED) { in closeSession()
521 case STATE_CLOSED: in stateToString()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java66 private static final int STATE_CLOSED = 0; field in PageContentRepository
92 mState = STATE_CLOSED; in PageContentRepository()
110 mState = STATE_CLOSED; in close()
212 if (mState != STATE_CLOSED) { in throwIfNotClosed()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java73 private static final int STATE_CLOSED = 0; field in PageAdapter
160 mState = STATE_CLOSED; in PageAdapter()
294 mState = STATE_CLOSED; in close()
832 if (mState != STATE_CLOSED) { in throwIfNotClosed()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCamera2SurfaceViewTestCase.java19 import static com.android.ex.camera2.blocking.BlockingStateCallback.STATE_CLOSED;
638 mCameraListener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in closeDevice()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragmentTest.java19 import static com.android.systemui.shade.ShadeExpansionStateManagerKt.STATE_CLOSED;
356 mShadeExpansionStateManager.updateState(STATE_CLOSED); in disable_shadeOpenAndShouldHide_thenShadeNotOpenAndDozingUpdate_everythingShown()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt16663 field public static final int STATE_CLOSED = 2; // 0x2