Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDevicePostureController.java89 String[] deviceStatePostureMapping = deviceStatePosturePair.split(":"); in onInit() local
90 if (deviceStatePostureMapping.length != 2) { in onInit()
97 deviceState = Integer.parseInt(deviceStatePostureMapping[0]); in onInit()
98 posture = Integer.parseInt(deviceStatePostureMapping[1]); in onInit()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDevicePostureControllerImpl.java70 String[] deviceStatePostureMapping = deviceStatePosturePair.split(":"); in DevicePostureControllerImpl() local
71 if (deviceStatePostureMapping.length != 2) { in DevicePostureControllerImpl()
78 deviceState = Integer.parseInt(deviceStatePostureMapping[0]); in DevicePostureControllerImpl()
79 posture = Integer.parseInt(deviceStatePostureMapping[1]); in DevicePostureControllerImpl()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
DDeviceStateManagerFoldingFeatureProducer.java261 final String[] deviceStatePostureMapping = deviceStatePosturePair.split(":"); in DeviceStateMapper() local
262 if (deviceStatePostureMapping.length != 2) { in DeviceStateMapper()
273 deviceState = Integer.parseInt(deviceStatePostureMapping[0]); in DeviceStateMapper()
274 posture = Integer.parseInt(deviceStatePostureMapping[1]); in DeviceStateMapper()