Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPINView.java51 @DevicePostureInt private int mLastDevicePosture = DEVICE_POSTURE_UNKNOWN; field in KeyguardPINView
79 mLastDevicePosture = posture; in onDevicePostureChanged()
110 mLastDevicePosture == DEVICE_POSTURE_HALF_OPENED ? halfOpenPercentage : 0.0f); in updateMargins()