Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DDevicePostureInteractor.kt30 val posture = devicePostureRepository.currentDevicePosture constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDevicePostureController.java57 static String devicePostureToString(@DevicePostureInt int posture) { in devicePostureToString()
81 void onPostureChanged(@DevicePostureInt int posture); in onPostureChanged()
DDevicePostureControllerImpl.java76 int posture; in DevicePostureControllerImpl() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DDevicePostureControllerImplTest.kt100 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/
DDevicePostureController.java95 int posture; in onInit() local
148 void onDevicePostureChanged(@DevicePostureInt int posture); in onDevicePostureChanged()
DTabletopModeController.java180 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/
DRotationLockTileMapper.kt80 val posture = in getSecondaryLabelWithPosture() constant
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
DDeviceStateManagerFoldingFeatureProducer.java113 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/
DDeviceStateHelper.java48 private void updateFoldState(int posture) { in updateFoldState()
/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
DDeviceStateRotationLockSettingsManager.java138 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/
DDevicePostureRepository.kt47 val sendPostureUpdate = { posture: Int -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPINView.java111 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged()
DKeyguardPasswordView.java138 void onDevicePostureChanged(@DevicePostureController.DevicePostureInt int posture) { in onDevicePostureChanged()
DKeyguardPatternView.java134 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java605 @DevicePostureController.DevicePostureInt int posture, in TriggerSensor()
625 public boolean setPosture(@DevicePostureController.DevicePostureInt int posture) { in setPosture()
DDozeLog.java302 public void tracePostureChanged( in tracePostureChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeSensorsTest.java587 public TriggerSensor createDozeSensorForPosture(Sensor[] sensors, int posture) { in createDozeSensorForPosture()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeParameters.java462 int posture) { in getPostureSpecificBool()
DKeyguardBypassController.kt132 devicePostureController.addCallback { posture -> in <lambda>() method