Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
H A DDeviceStateManagerPostureProducer.java44 private final SparseIntArray mDeviceStateToPostureMap = new SparseIntArray(); field in DeviceStateManagerPostureProducer
78 mDeviceStateToPostureMap.put(deviceState, posture); in DeviceStateManagerPostureProducer()
81 if (mDeviceStateToPostureMap.size() > 0) { in DeviceStateManagerPostureProducer()
90 final int posture = mDeviceStateToPostureMap.get(mCurrentDeviceState, -1); in getData()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDevicePostureControllerImpl.java41 private final SparseIntArray mDeviceStateToPostureMap = new SparseIntArray(); field in DevicePostureControllerImpl
69 mDeviceStateToPostureMap.put(deviceState, posture); in DevicePostureControllerImpl()
74 mDeviceStateToPostureMap.get(state, DEVICE_POSTURE_UNKNOWN); in DevicePostureControllerImpl()