Home
last modified time | relevance | path

Searched defs:posture (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDevicePostureController.java57 static String devicePostureToString(@DevicePostureInt int posture) { in devicePostureToString()
77 void onPostureChanged(@DevicePostureInt int posture); in onPostureChanged()
DDevicePostureControllerImpl.java62 int posture; in DevicePostureControllerImpl() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDevicePostureController.java95 int posture; in onInit() local
148 void onDevicePostureChanged(@DevicePostureInt int posture); in onDevicePostureChanged()
DTabletopModeController.java196 public void onDevicePostureChanged(@DevicePostureController.DevicePostureInt int posture) { in onDevicePostureChanged()
228 private boolean isHalfOpened(@DevicePostureController.DevicePostureInt int posture) { in isHalfOpened()
/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
DDeviceStateRotationLockSettingsManager.java139 int posture = mPosturesHelper.deviceStateToPosture(deviceState); in updateSetting() local
315 int posture = Integer.parseInt(values[0]); in loadDefaults() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DDevicePostureRepository.kt40 val sendPostureUpdate = { posture: Int -> in <lambda>() method
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
DDeviceStateManagerFoldingFeatureProducer.java78 int posture; in DeviceStateManagerFoldingFeatureProducer() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt53 private val postureCallback = DevicePostureController.Callback { posture -> in <lambda>() method
138 devicePostureController.addCallback { posture -> in <lambda>() method
DDozeParameters.java477 int posture) { in getPostureSpecificBool()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPINView.java83 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged()
DKeyguardPatternView.java98 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged()
DKeyguardUpdateMonitor.java2968 private boolean doesPostureAllowFaceAuth(@DevicePostureInt int posture) { in doesPostureAllowFaceAuth()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java601 @DevicePostureController.DevicePostureInt int posture, in TriggerSensor()
621 public boolean setPosture(@DevicePostureController.DevicePostureInt int posture) { in setPosture()
DDozeLog.java293 public void tracePostureChanged( in tracePostureChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeSensorsTest.java584 public TriggerSensor createDozeSensorForPosture(Sensor[] sensors, int posture) { in createDozeSensorForPosture()