Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFaceView.kt36 override fun supportsSmallDialog() = true
H A DAuthBiometricFingerprintView.kt91 override fun supportsSmallDialog() = false
H A DAuthBiometricView.java243 protected boolean supportsSmallDialog() { in supportsSmallDialog() method in AuthBiometricView
945 updateSize(!mRequireConfirmation && supportsSmallDialog() ? AuthDialog.SIZE_SMALL in onLayout()