Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
H A DDeviceStateManagerPostureProducer.java57 String[] deviceStatePostureMapping = deviceStatePosturePair.split(":"); in DeviceStateManagerPostureProducer() local
58 if (deviceStatePostureMapping.length != 2) { in DeviceStateManagerPostureProducer()
68 deviceState = Integer.parseInt(deviceStatePostureMapping[0]); in DeviceStateManagerPostureProducer()
69 posture = Integer.parseInt(deviceStatePostureMapping[1]); in DeviceStateManagerPostureProducer()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDevicePostureControllerImpl.java55 String[] deviceStatePostureMapping = deviceStatePosturePair.split(":"); in DevicePostureControllerImpl() local
56 if (deviceStatePostureMapping.length != 2) { in DevicePostureControllerImpl()
63 deviceState = Integer.parseInt(deviceStatePostureMapping[0]); in DevicePostureControllerImpl()
64 posture = Integer.parseInt(deviceStatePostureMapping[1]); in DevicePostureControllerImpl()