/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeExpansionStateManager.kt | 44 @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 D | NotificationPanelViewController.java | 34 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 D | ShadeExpansionStateManagerTest.kt | 139 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 D | NotificationPanelViewControllerTest.java | 22 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 D | SipDialogState.java | 38 @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 D | Filter.java | 38 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 D | BlobStoreSession.java | 90 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 D | PageContentRepository.java | 66 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 D | PageAdapter.java | 73 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 D | Camera2SurfaceViewTestCase.java | 19 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 D | CollapsedStatusBarFragmentTest.java | 19 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 D | system-current.txt | 16663 field public static final int STATE_CLOSED = 2; // 0x2
|