Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDevicePostureControllerImpl.java52 private final List<DeviceState> mSupportedStates; field in DevicePostureControllerImpl
87 mSupportedStates = deviceStateManager.getSupportedDeviceStates(); in DevicePostureControllerImpl()
128 mSupportedStates); in getDevicePosture()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
DDeviceStateManagerFoldingFeatureProducer.java78 private List<DeviceState> mSupportedStates; field in DeviceStateManagerFoldingFeatureProducer
100 mSupportedStates = deviceStateManager.getSupportedDeviceStates(); in DeviceStateManagerFoldingFeatureProducer()
251 mSupportedStates), COMMON_STATE_UNKNOWN); in currentHingeState()