Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDevicePostureController.java57 static String devicePostureToString(@DevicePostureInt int posture) { in devicePostureToString()
77 void onPostureChanged(@DevicePostureInt int posture); in onPostureChanged()
H A DDevicePostureControllerImpl.java62 int posture; in DevicePostureControllerImpl() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDevicePostureController.java95 int posture; in onInit() local
148 void onDevicePostureChanged(@DevicePostureInt int posture); in onDevicePostureChanged()
H A DTabletopModeController.java180 public void onDevicePostureChanged(@DevicePostureController.DevicePostureInt int posture) { in onDevicePostureChanged()
212 private boolean isHalfOpened(@DevicePostureController.DevicePostureInt int posture) { in isHalfOpened()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
H A DDeviceStateManagerFoldingFeatureProducer.java119 int posture; in DeviceStateManagerFoldingFeatureProducer() local
223 int posture = mDeviceStateToPostureMap.get(mCurrentDeviceState, COMMON_STATE_UNKNOWN); in currentHingeState() local
/aosp14/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
H A DDeviceStateRotationLockSettingsManager.java138 int posture = mPosturesHelper.deviceStateToPosture(deviceState); in updateSetting() local
317 int posture = Integer.parseInt(values[0]); in loadDefaults() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPINView.java84 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged()
H A DKeyguardPatternView.java106 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged()
H A DKeyguardUpdateMonitor.java3272 private boolean doesPostureAllowFaceAuth(@DevicePostureInt int posture) { in doesPostureAllowFaceAuth()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeSensors.java604 @DevicePostureController.DevicePostureInt int posture, in TriggerSensor()
624 public boolean setPosture(@DevicePostureController.DevicePostureInt int posture) { in setPosture()
H A DDozeLog.java293 public void tracePostureChanged( in tracePostureChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeSensorsTest.java586 public TriggerSensor createDozeSensorForPosture(Sensor[] sensors, int posture) { in createDozeSensorForPosture()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java477 int posture) { in getPostureSpecificBool()