Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
DDeviceStateManagerFoldingFeatureProducer.java62 private final SparseIntArray mDeviceStateToPostureMap = new SparseIntArray(); field in DeviceStateManagerFoldingFeatureProducer
127 mDeviceStateToPostureMap.put(deviceState, posture); in DeviceStateManagerFoldingFeatureProducer()
130 if (mDeviceStateToPostureMap.size() > 0) { in DeviceStateManagerFoldingFeatureProducer()
160 return mDeviceStateToPostureMap.indexOfKey(mCurrentDeviceState.getIdentifier()) >= 0; in isCurrentStateValid()
245 int posture = mDeviceStateToPostureMap.get(mCurrentDeviceState.getIdentifier(), in currentHingeState()
249 posture = mDeviceStateToPostureMap.get( in currentHingeState()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDevicePostureController.java68 private final SparseIntArray mDeviceStateToPostureMap = new SparseIntArray(); field in DevicePostureController
103 mDeviceStateToPostureMap.put(deviceState, posture); in onInit()
110 mDeviceStateToPostureMap.get(state.getIdentifier(), DEVICE_POSTURE_UNKNOWN))); in onInit()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDevicePostureControllerImpl.java56 private final SparseIntArray mDeviceStateToPostureMap = new SparseIntArray(); field in DevicePostureControllerImpl
84 mDeviceStateToPostureMap.put(deviceState, posture); in DevicePostureControllerImpl()
94 mDeviceStateToPostureMap.get(state.getIdentifier(), DEVICE_POSTURE_UNKNOWN); in DevicePostureControllerImpl()