Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthBiometricFingerprintView.java63 protected boolean supportsSmallDialog() { in supportsSmallDialog() method in AuthBiometricFingerprintView
DAuthBiometricFaceView.java207 protected boolean supportsSmallDialog() { in supportsSmallDialog() method in AuthBiometricFaceView
DAuthBiometricView.java240 protected abstract boolean supportsSmallDialog(); in supportsSmallDialog() method in AuthBiometricView
856 updateSize(!mRequireConfirmation && supportsSmallDialog() ? AuthDialog.SIZE_SMALL in onLayoutInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthBiometricViewTest.java482 protected boolean supportsSmallDialog() { in supportsSmallDialog() method in AuthBiometricViewTest.TestableBiometricView