/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | DevicePostureInteractor.kt | 30 val posture = devicePostureRepository.currentDevicePosture constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | DevicePostureController.java | 57 static String devicePostureToString(@DevicePostureInt int posture) { in devicePostureToString() 81 void onPostureChanged(@DevicePostureInt int posture); in onPostureChanged()
|
D | DevicePostureControllerImpl.java | 76 int posture; in DevicePostureControllerImpl() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | DevicePostureControllerImplTest.kt | 100 var posture = -1 in testPostureChanged_updates() variable 121 var posture = -1 in testPostureChanged_useBaseUpdate() variable
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DevicePostureController.java | 95 int posture; in onInit() local 148 void onDevicePostureChanged(@DevicePostureInt int posture); in onDevicePostureChanged()
|
D | TabletopModeController.java | 180 public void onDevicePostureChanged(@DevicePostureController.DevicePostureInt int posture) { in onDevicePostureChanged() 212 private boolean isHalfOpened(@DevicePostureController.DevicePostureInt int posture) { in isHalfOpened()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/rotation/ui/mapper/ |
D | RotationLockTileMapper.kt | 80 val posture = in getSecondaryLabelWithPosture() constant
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/ |
D | DeviceStateManagerFoldingFeatureProducer.java | 113 int posture; in DeviceStateManagerFoldingFeatureProducer() local 245 int posture = mDeviceStateToPostureMap.get(mCurrentDeviceState.getIdentifier(), in currentHingeState() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | DeviceStateHelper.java | 48 private void updateFoldState(int posture) { in updateFoldState()
|
/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/ |
D | DeviceStateRotationLockSettingsManager.java | 138 int posture = mPosturesHelper.deviceStateToPosture(deviceState); in updateSetting() local 317 int posture = Integer.parseInt(values[0]); in loadDefaults() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | DevicePostureRepository.kt | 47 val sendPostureUpdate = { posture: Int -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPINView.java | 111 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged()
|
D | KeyguardPasswordView.java | 138 void onDevicePostureChanged(@DevicePostureController.DevicePostureInt int posture) { in onDevicePostureChanged()
|
D | KeyguardPatternView.java | 134 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeSensors.java | 605 @DevicePostureController.DevicePostureInt int posture, in TriggerSensor() 625 public boolean setPosture(@DevicePostureController.DevicePostureInt int posture) { in setPosture()
|
D | DozeLog.java | 302 public void tracePostureChanged( in tracePostureChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
D | DozeSensorsTest.java | 587 public TriggerSensor createDozeSensorForPosture(Sensor[] sensors, int posture) { in createDozeSensorForPosture()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DozeParameters.java | 462 int posture) { in getPostureSpecificBool()
|
D | KeyguardBypassController.kt | 132 devicePostureController.addCallback { posture -> in <lambda>() method
|