Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
DDeviceStateManagerFoldingFeatureProducer.java81 private final DeviceStateMapper mDeviceStateMapper; field in DeviceStateManagerFoldingFeatureProducer
101 mDeviceStateMapper = in DeviceStateManagerFoldingFeatureProducer()
104 if (!mDeviceStateMapper.isDeviceStateToPostureMapEmpty()) { in DeviceStateManagerFoldingFeatureProducer()
124 if (mDeviceStateMapper.isDeviceStateValid(state)) { in runCallbackWhenValidState()
155 if (!mDeviceStateMapper.isDeviceStateValid(state) || displayFeaturesString.isEmpty()) { in getCurrentData()
199 return mDeviceStateMapper.mIsHalfOpenedSupported; in isHalfOpenedSupported()
221 if (!mDeviceStateMapper.isDeviceStateValid(state)) { in notifyFoldingFeatureChangeLocked()
235 final int hingeState = mDeviceStateMapper.getHingeState(deviceState); in calculateFoldingFeature()