Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
H A DSampleSidecarImpl.java72 mDevicePostureProducer.addDataChangedCallback(this::onDevicePostureChanged); in SampleSidecarImpl()
76 private void onDevicePostureChanged() { in onDevicePostureChanged() method in SampleSidecarImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinViewController.java33 mView.onDevicePostureChanged(posture);
H A DKeyguardPINView.java78 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged() method in KeyguardPINView
H A DKeyguardPatternView.java98 void onDevicePostureChanged(@DevicePostureInt int posture) { in onDevicePostureChanged() method in KeyguardPatternView
H A DKeyguardPatternViewController.java62 posture -> mView.onDevicePostureChanged(posture);