Home
last modified time | relevance | path

Searched refs:DevicePostureInt (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDevicePostureController.java39 @interface DevicePostureInt {} annotation
52 @DevicePostureInt int getDevicePosture(); in getDevicePosture()
57 static String devicePostureToString(@DevicePostureInt int posture) { in devicePostureToString()
81 void onPostureChanged(@DevicePostureInt int posture); in onPostureChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DTabletopModeController.java96 @DevicePostureController.DevicePostureInt
180 public void onDevicePostureChanged(@DevicePostureController.DevicePostureInt int posture) { in onDevicePostureChanged()
195 @DevicePostureController.DevicePostureInt int newPosture, in onDevicePostureOrDisplayRotationChanged()
212 private boolean isHalfOpened(@DevicePostureController.DevicePostureInt int posture) { in isHalfOpened()
DDevicePostureController.java55 public @interface DevicePostureInt {} annotation in DevicePostureController
148 void onDevicePostureChanged(@DevicePostureInt int posture); in onDevicePostureChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt40 import com.android.systemui.statusbar.policy.DevicePostureController.DevicePostureInt in <lambda>()
68 @DevicePostureInt private val configFaceAuthSupportedPosture: Int in <lambda>()
69 @DevicePostureInt private var postureState: Int = DEVICE_POSTURE_UNKNOWN in <lambda>()
DDozeParameters.java378 public boolean singleTapUsesProx(@DevicePostureController.DevicePostureInt int devicePosture) { in singleTapUsesProx()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DDevicePosture.kt30 fun toPosture(@DevicePostureController.DevicePostureInt posture: Int): DevicePosture { in toPosture()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPINView.java45 import com.android.systemui.statusbar.policy.DevicePostureController.DevicePostureInt;
66 @DevicePostureInt private int mLastDevicePosture = DEVICE_POSTURE_UNKNOWN;
111 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged()
DKeyguardPatternView.java47 import com.android.systemui.statusbar.policy.DevicePostureController.DevicePostureInt;
90 @DevicePostureInt private int mLastDevicePosture = DEVICE_POSTURE_UNKNOWN;
134 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged()
DKeyguardPasswordView.java73 @DevicePostureController.DevicePostureInt
138 void onDevicePostureChanged(@DevicePostureController.DevicePostureInt int posture) { in onDevicePostureChanged()
DKeyguardUpdateMonitor.java149 import com.android.systemui.statusbar.policy.DevicePostureController.DevicePostureInt;
381 @DevicePostureInt
1872 public void onPostureChanged(@DevicePostureInt int posture) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java124 @DevicePostureController.DevicePostureInt
540 private @DevicePostureController.DevicePostureInt int mPosture;
605 @DevicePostureController.DevicePostureInt int posture, in TriggerSensor()
625 public boolean setPosture(@DevicePostureController.DevicePostureInt int posture) { in setPosture()
DDozeScreenBrightness.java87 @DevicePostureController.DevicePostureInt
DDozeLog.java303 @DevicePostureController.DevicePostureInt int posture, in tracePostureChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
DPostureDependentProximitySensorTest.java85 @DevicePostureController.DevicePostureInt int proxExistsForPosture) { in setupProximitySensors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DProximitySensorImpl.java78 protected @DevicePostureController.DevicePostureInt int mDevicePosture;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java310 private @DevicePostureController.DevicePostureInt int mDevicePosture;