Home
last modified time | relevance | path

Searched refs:mConcurrentDisplayState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/area/
DWindowAreaComponentImpl.java76 private final int mConcurrentDisplayState; field in WindowAreaComponentImpl
116 mConcurrentDisplayState = context.getResources().getInteger( in WindowAreaComponentImpl()
400 mConcurrentDisplayState).build(); in startRearDisplayPresentationSession()
525 if (mConcurrentDisplayState == INVALID_DEVICE_STATE_IDENTIFIER) { in getCurrentRearDisplayPresentationModeStatus()
529 if (mCurrentDeviceState == mConcurrentDisplayState) { in getCurrentRearDisplayPresentationModeStatus()
533 if (!ArrayUtils.contains(mCurrentSupportedDeviceStates, mConcurrentDisplayState) in getCurrentRearDisplayPresentationModeStatus()
548 if (mConcurrentDisplayState == INVALID_DEVICE_STATE_IDENTIFIER) { in updateRearDisplayPresentationStatusListeners()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDeviceStateControllerTests.java114 mTarget.onDeviceStateReceivedByDisplayManager(mConcurrentDisplayState); in testWithHalfFoldSupported()
158 private final int mConcurrentDisplayState = 4; field in DeviceStateControllerTests
188 .thenReturn(mConcurrentDisplayState); in mockFold()