Home
last modified time | relevance | path

Searched refs:mLastDevicePosture (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPINView.java55 @DevicePostureInt private int mLastDevicePosture = DEVICE_POSTURE_UNKNOWN; field in KeyguardPINView
85 if (mLastDevicePosture != posture) { in onDevicePostureChanged()
86 mLastDevicePosture = posture; in onDevicePostureChanged()
141 mLastDevicePosture == DEVICE_POSTURE_HALF_OPENED ? halfOpenPercentage : 0.0f); in updateMargins()
H A DKeyguardPatternView.java79 @DevicePostureInt private int mLastDevicePosture = DEVICE_POSTURE_UNKNOWN; field in KeyguardPatternView
107 if (mLastDevicePosture != posture) { in onDevicePostureChanged()
108 mLastDevicePosture = posture; in onDevicePostureChanged()
121 mLastDevicePosture == DEVICE_POSTURE_HALF_OPENED in updateMargins()