Searched refs:mLastDevicePosture (Results 1 – 2 of 2) sorted by relevance
55 @DevicePostureInt private int mLastDevicePosture = DEVICE_POSTURE_UNKNOWN; field in KeyguardPINView85 if (mLastDevicePosture != posture) { in onDevicePostureChanged()86 mLastDevicePosture = posture; in onDevicePostureChanged()141 mLastDevicePosture == DEVICE_POSTURE_HALF_OPENED ? halfOpenPercentage : 0.0f); in updateMargins()
79 @DevicePostureInt private int mLastDevicePosture = DEVICE_POSTURE_UNKNOWN; field in KeyguardPatternView107 if (mLastDevicePosture != posture) { in onDevicePostureChanged()108 mLastDevicePosture = posture; in onDevicePostureChanged()121 mLastDevicePosture == DEVICE_POSTURE_HALF_OPENED in updateMargins()